7 lines
92 B
Makefile
7 lines
92 B
Makefile
|
# @(#)Makefile 5.5 (Berkeley) 5/15/90
|
||
|
|
||
|
LIB= y
|
||
|
SRCS= main.c yyerror.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|