ObjGameKit  Makefile at [c6c34e7b99]

File test/Makefile artifact ce0acc1603 part of check-in c6c34e7b99


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