b0159ad168
-Makefile updates -Update mkdep -Build fixes/warning cleanups for some programs -Restore leading underscores on global syms in kernel asm files -Increase ramdisk size
11 lines
122 B
Makefile
11 lines
122 B
Makefile
# Makefile for liby
|
|
|
|
CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE
|
|
|
|
LIB= y
|
|
|
|
SRCS= \
|
|
main.c \
|
|
yyerror.c
|
|
|
|
.include <minix.lib.mk>
|