view TOOLS/bmovl-test/Makefile @ 19113:f36ebb72b842

r18964: wording fix r18930: Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem r18917: document the change on -edlout's behavior
author kraymer
date Sun, 16 Jul 2006 14:02:31 +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