This repository has been archived on 2025-06-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ObjGameKit.old/test/Makefile

9 lines
220 B
Makefile

ALLEGRO_MODULES = allegro-5.0 allegro_main-5.0 allegro_image-5.0
all:
@objfw-compile -o test --arc *.m \
-I../src -L../src -lobjgamekit \
`pkg-config --cflags --libs ${ALLEGRO_MODULES}`
clean:
@rm -f test *.o *~