Project

General

Profile

Statistics
| Revision:

root / proj / Makefile @ 144

History | View | Annotate | Download (147 Bytes)

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