view TOOLS/bmovl-test/Makefile @ 22551:45d3681feb02

major man page update patch by Fernando Tarn (icemanf gmail com) with some fixes by me (this patch still needs some review; note the added FIXME comment..)
author kraymer
date Wed, 14 Mar 2007 14:55:14 +0000
parents ca4294014917
children
line wrap: on
line source

include ../../config.mak

bmovl-test$(EXESUF): bmovl-test.c
	$(CC) -O3 $(EXTRA_INC) -lSDL_image -o $@ bmovl-test.c

clean:
	rm -f bmovl-test