view TOOLS/bmovl-test/Makefile @ 22717:435648b07244

Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
author diego
date Sun, 18 Mar 2007 22:49:37 +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