5 lines
76 B
Makefile
5 lines
76 B
Makefile
LIB = c
|
|
OBJS = ctype.o
|
|
INCS = stddef.h time.h ctype.h
|
|
|
|
include stpd.lib.mk
|