summaryrefslogtreecommitdiffstats
path: root/TOOLS/bmovl-test/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-20 01:06:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-20 01:06:51 +0000
commitb478785d8960987bd294285fc3d15525f0834d1f (patch)
tree6e7f4b1cdfc056febc96b46e03a3b05b26086612 /TOOLS/bmovl-test/Makefile
parent247e9ac3ffe8be57da9451caf46dcf06c678a02e (diff)
downloadmpv-b478785d8960987bd294285fc3d15525f0834d1f.tar.bz2
mpv-b478785d8960987bd294285fc3d15525f0834d1f.tar.xz
Move gltest and bmovl-test into the main TOOLS directory, subdirectories
for single files are silly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22755 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/bmovl-test/Makefile')
-rw-r--r--TOOLS/bmovl-test/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/TOOLS/bmovl-test/Makefile b/TOOLS/bmovl-test/Makefile
deleted file mode 100644
index 0bc8b9ce5f..0000000000
--- a/TOOLS/bmovl-test/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-include ../../config.mak
-
-bmovl-test$(EXESUF): bmovl-test.c
- $(CC) -O3 $(EXTRA_INC) -lSDL_image -o $@ bmovl-test.c
-
-clean:
- rm -f bmovl-test