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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/bmovl-test/Makefile b/TOOLS/bmovl-test/Makefile
index 0ba25590e5..7b1d7a8f53 100644
--- a/TOOLS/bmovl-test/Makefile
+++ b/TOOLS/bmovl-test/Makefile
@@ -1,7 +1,7 @@
include ../../config.mak
-bmovl-test: bmovl-test.c
- $(CC) -O3 $(SDL_INC) -lSDL_image -o bmovl-test bmovl-test.c
+bmovl-test$(EXESUF): bmovl-test.c
+ $(CC) -O3 $(SDL_INC) -lSDL_image -o $@ bmovl-test.c
clean:
rm -f bmovl-test