ObjGameKit  Makefile at [4719f25709]

File test/Makefile artifact c184791af8 part of check-in 4719f25709


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 *~