comparison TOOLS/bmovl-test/Makefile @ 13571:bb8835f8be72

Made Makefile conform to the general MPlayer style, clean target added.
author diego
date Wed, 06 Oct 2004 16:00:00 +0000
parents 7cd5c542b1b2
children b4c865e17155
comparison
equal deleted inserted replaced
13570:a3c3b27d3fb2 13571:bb8835f8be72
1 include ../../config.mak
2
1 bmovl-test: bmovl-test.c 3 bmovl-test: bmovl-test.c
2 cc -O3 -I/usr/local/include/SDL -I/usr/include/SDL -L/usr/local/lib -lSDL_image -o bmovl-test bmovl-test.c 4 $(CC) -O3 $(SDL_INC) -lSDL_image -o bmovl-test bmovl-test.c
5
6 clean:
7 rm -f bmovl-test