1b2c01db1b
Turn on optimization Remove some redundancy in FLAGS
9 lines
83 B
Makefile
9 lines
83 B
Makefile
# Makefile for liby
|
|
|
|
LIB= y
|
|
|
|
SRCS= \
|
|
main.c \
|
|
yyerror.c
|
|
|
|
.include <minix.lib.mk>
|