Initial import.

This commit is contained in:
Jonathan Schleifer 2012-08-19 23:53:47 +02:00
commit 7953872267
11 changed files with 647 additions and 0 deletions

7
test/Makefile Normal file
View file

@ -0,0 +1,7 @@
all:
@objfw-compile -o test --arc *.m \
-I../src -L../src -lobjgamekit \
`pkg-config --cflags --libs allegro-5.0 allegro_main-5.0`
clean:
@rm -f test *.o *~