ObjGameKit  Artifact [ce0acc1603]

Artifact ce0acc160348c4264e73e01a7959f38680c2494f67a290616e04b3360e639797:


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