view TOOLS/bmovl-test/Makefile @ 21353:a965ca17debc

reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
author nplourde
date Tue, 28 Nov 2006 23:13:08 +0000
parents b4c865e17155
children ca4294014917
line wrap: on
line source

include ../../config.mak

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

clean:
	rm -f bmovl-test