Project

General

Profile

Statistics
| Revision:

root / proj / Makefile @ 145

History | View | Annotate | Download (139 Bytes)

1 144 up20180655
PROG=proj
2
3 145 up20180655
SRCS= proj.c
4 144 up20180655
5
CPPFLAGS += -pedantic -D __LCOM_OPTIMIZED_
6
7
DPADD += ${LIBLCF}
8
LDADD += -llcf
9
10
.include <minix.lcom.mk>