1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-11 17:37:23 +00:00
mpv/TOOLS/bmovl-test/Makefile
diego a3fd1b04aa 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
2004-10-06 16:00:00 +00:00

8 lines
138 B
Makefile

include ../../config.mak
bmovl-test: bmovl-test.c
$(CC) -O3 $(SDL_INC) -lSDL_image -o bmovl-test bmovl-test.c
clean:
rm -f bmovl-test