1
mirror of https://github.com/mpv-player/mpv synced 2024-09-16 22:19:59 +02:00
mpv/TOOLS/bmovl-test/Makefile
diego 78a3bf6c9b Create binaries with proper executable suffix under Windows.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20771 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-08 00:13:33 +00:00

8 lines
139 B
Makefile

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