8 lines
154 B
Makefile
8 lines
154 B
Makefile
# from: @(#)Makefile 5.5 (Berkeley) 5/15/90
|
|
# $Id: Makefile,v 1.2 1993/08/01 05:39:47 mycroft Exp $
|
|
|
|
LIB= y
|
|
SRCS= main.c yyerror.c
|
|
|
|
.include <bsd.lib.mk>
|