ObjGameKit  Makefile

File tests/Makefile from the latest check-in


PROG_NOINST = tests
SRCS = TestMain.m

include ../buildsys.mk

CPPFLAGS += -I../src
LIBS += -L../src -lobjgamekit
LD = ${OBJC}