root / proj / Makefile @ 216
History | View | Annotate | Download (335 Bytes)
1 | 144 | up20180655 | PROG=proj |
---|---|---|---|
2 | |||
3 | 177 | up20180642 | .PATH: ${.CURDIR}/src |
4 | |||
5 | 212 | up20180642 | SRCS= proj.c graph.c kbc.c keyboard.c mouse.c utils.c timer.c interrupts_func.c proj_func.c fast_math.c rectangle.c font.c xpm_utils.c ent.c |
6 | 144 | up20180655 | |
7 | 216 | up20180642 | CPPFLAGS += -pedantic -I./include -I./maps -I./xpm -D LCOM_MACRO -D __LCOM_OPTIMIZED_ |
8 | 144 | up20180655 | |
9 | DPADD += ${LIBLCF} |
||
10 | LDADD += -llcf |
||
11 | |||
12 | .include <minix.lcom.mk> |