view TOOLS/bmovl-test/Makefile @ 21323:578fc5ca6a4f

Don't include freetype headers in other headers.
author eugeni
date Mon, 27 Nov 2006 17:56:49 +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