Project

General

Profile

Statistics
| Revision:

root / proj / TB.mk @ 152

History | View | Annotate | Download (209 Bytes)

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