Initial import.
This commit is contained in:
commit
7953872267
11 changed files with 647 additions and 0 deletions
7
test/Makefile
Normal file
7
test/Makefile
Normal 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 *~
|
Reference in a new issue