view TOOLS/bmovl-test/Makefile @ 22725:ba2b70a80acc

Conditionally compile af_export instead of having #ifdef around the file.
author diego
date Mon, 19 Mar 2007 10:13:33 +0000
parents ca4294014917
children
line wrap: on
line source

include ../../config.mak

bmovl-test$(EXESUF): bmovl-test.c
	$(CC) -O3 $(EXTRA_INC) -lSDL_image -o $@ bmovl-test.c

clean:
	rm -f bmovl-test