Add a proper build system.
This commit is contained in:
parent
167158b541
commit
9d65cc690e
14 changed files with 4845 additions and 23 deletions
8
tests/Makefile
Normal file
8
tests/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
PROG_NOINST = tests
|
||||
SRCS = TestMain.m
|
||||
|
||||
include ../buildsys.mk
|
||||
|
||||
CPPFLAGS += -I../src
|
||||
LIBS += -L../src -lobjgamekit
|
||||
LD = ${OBJC}
|
Reference in a new issue