view TOOLS/bmovl-test/Makefile @ 21074:738425edf828

100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
author diego
date Mon, 20 Nov 2006 00:55:57 +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