summaryrefslogtreecommitdiff
path: root/src/map/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/GNUmakefile')
-rw-r--r--src/map/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/GNUmakefile b/src/map/GNUmakefile
index 0945926..22f6daa 100644
--- a/src/map/GNUmakefile
+++ b/src/map/GNUmakefile
@@ -1,6 +1,6 @@
.SUFFIXES:
-all:
- ${MAKE} -C ../.. map-server
+bin/tmwa-map:
+ ${MAKE} -C ../.. bin/tmwa-map
clean:
rm -r ../../obj/map/
%::