mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 07:01:45 +00:00
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:
parent
5b829d877a
commit
a3fd1b04aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user