Add a proper build system.

This commit is contained in:
Jonathan Schleifer 2012-08-26 14:01:52 +02:00
parent 167158b541
commit 9d65cc690e
14 changed files with 4845 additions and 23 deletions

8
tests/Makefile Normal file
View file

@ -0,0 +1,8 @@
PROG_NOINST = tests
SRCS = TestMain.m
include ../buildsys.mk
CPPFLAGS += -I../src
LIBS += -L../src -lobjgamekit
LD = ${OBJC}