summaryrefslogtreecommitdiff
path: root/src/tool/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/GNUmakefile')
-rw-r--r--src/tool/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool/GNUmakefile b/src/tool/GNUmakefile
index 2efc93b..24ee766 100644
--- a/src/tool/GNUmakefile
+++ b/src/tool/GNUmakefile
@@ -1,7 +1,7 @@
.SUFFIXES:
all:
- make -C ../.. tools
+ ${MAKE} -C ../.. eathena-monitor
clean:
rm -r ../../obj/tool/
%::
- make -C ../.. obj/tool/$@
+ ${MAKE} -C ../.. obj/tool/$@