view TOOLS/bmovl-test/Makefile @ 22591:e27b971ccae5

update spliting rule to what i just added to ffmpeg comments welcome
author michael
date Thu, 15 Mar 2007 12:45:04 +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