view TOOLS/bmovl-test/Makefile @ 20966:dc1a02e98cb6

clarify syncpoint placement recommanditions (note i would also like to add a "there MUST be 1 syncpoint per second" rule)
author michael
date Fri, 17 Nov 2006 13:32:45 +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