Made Makefile conform to the general MPlayer style, clean target added.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13572 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-10-06 16:00:00 +00:00
parent 5b829d877a
commit a3fd1b04aa
1 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,7 @@
include ../../config.mak
bmovl-test: bmovl-test.c
cc -O3 -I/usr/local/include/SDL -I/usr/include/SDL -L/usr/local/lib -lSDL_image -o bmovl-test bmovl-test.c
$(CC) -O3 $(SDL_INC) -lSDL_image -o bmovl-test bmovl-test.c
clean:
rm -f bmovl-test