view TOOLS/bmovl-test/Makefile @ 21744:060503195b58

Directly point to the Subversion instructions.
author diego
date Sun, 24 Dec 2006 05:03:54 +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