Project

General

Profile

Statistics
| Revision:

root / proj / TB.mk @ 158

History | View | Annotate | Download (239 Bytes)

1
PROG=proj
2

    
3
SRCS= proj.c graphics.c sprite.c kbc.c keyboard.c mouse.c utils.c timer.c interrupts_func.c proj_func.c
4

    
5
CPPFLAGS += -pedantic -D __LCOM_OPTIMIZED_ -D TELMO
6

    
7
DPADD += ${LIBLCF}
8
LDADD += -llcf
9

    
10
.include <minix.lcom.mk>