11 lines
126 B
Makefile
11 lines
126 B
Makefile
# Makefile for liby
|
|
|
|
CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE -wo
|
|
|
|
LIB= y
|
|
|
|
SRCS= \
|
|
main.c \
|
|
yyerror.c
|
|
|
|
.include <minix.lib.mk>
|