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 a02deda..0945926 100644
--- a/src/map/GNUmakefile
+++ b/src/map/GNUmakefile
@@ -1,7 +1,7 @@
.SUFFIXES:
all:
- make -C ../.. map-server
+ ${MAKE} -C ../.. map-server
clean:
rm -r ../../obj/map/
%::
- make -C ../.. obj/map/$@
+ ${MAKE} -C ../.. obj/map/$@