10 lines
83 B
Makefile
10 lines
83 B
Makefile
|
# Makefile for liby
|
||
|
|
||
|
LIB= y
|
||
|
|
||
|
SRCS= \
|
||
|
main.c \
|
||
|
yyerror.c
|
||
|
|
||
|
.include <minix.lib.mk>
|