Artifact ba2e7eda2e4bf235d87a4305734f82cccfeaf6ab8b926e1e4cef1ca64a14d217:
- File src/Makefile — part of check-in [2a081e62c9] at 2012-08-19 22:49:57 on branch trunk — Add OGKBitmap. (user: js, size: 249) [annotate] [blame] [check-ins using]
ALLEGRO_MODULES = allegro-5.0 allegro_main-5.0 allegro_image-5.0 all: @mkdir -p build @objfw-compile --lib 0.0 -o objgamekit --builddir build *.m \ --arc `pkg-config --cflags --libs ${ALLEGRO_MODULES}` clean: @rm -fr build libobjgamekit.* *~