view TOOLS/bmovl-test/Makefile @ 19637:b79f65f98553

forgotten to pass the crc32 be2me_32()
author nicodvb
date Sat, 02 Sep 2006 19:00:30 +0000
parents bb8835f8be72
children b4c865e17155
line wrap: on
line source

include ../../config.mak

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

clean:
	rm -f bmovl-test