summaryrefslogtreecommitdiffstats
path: root/TOOLS/bmovl-test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/bmovl-test/Makefile')
-rw-r--r--TOOLS/bmovl-test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/TOOLS/bmovl-test/Makefile b/TOOLS/bmovl-test/Makefile
new file mode 100644
index 0000000000..0f0e148486
--- /dev/null
+++ b/TOOLS/bmovl-test/Makefile
@@ -0,0 +1,2 @@
+bmovl-test: bmovl-test.c
+ gcc -O3 -I/usr/local/include/SDL -L/usr/local/lib -lSDL_image -o bmovl-test bmovl-test.c