Project

General

Profile

Statistics
| Revision:

root / proj / Makefile @ 150

History | View | Annotate | Download (191 Bytes)

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