Initial import.
This commit is contained in:
commit
7953872267
11 changed files with 647 additions and 0 deletions
7
src/Makefile
Normal file
7
src/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
all:
|
||||
@mkdir -p build
|
||||
@objfw-compile --lib 0.0 -o objgamekit --builddir build *.m \
|
||||
--arc `pkg-config --cflags --libs allegro-5.0 allegro_main-5.0`
|
||||
|
||||
clean:
|
||||
@rm -fr build libobjgamekit.* *~
|
Reference in a new issue