summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-03-16 13:40:58 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-03-16 13:40:58 -0700
commit9f36288ddb356608da0348814100873729c16a9d (patch)
treeb79bb274b3b1232365f8b0ada9a92af731169a20
parente49bce26d3de1a5c2afbe018a869ff8790294fc5 (diff)
downloadtmwa-9f36288ddb356608da0348814100873729c16a9d.tar.gz
tmwa-9f36288ddb356608da0348814100873729c16a9d.tar.bz2
tmwa-9f36288ddb356608da0348814100873729c16a9d.tar.xz
tmwa-9f36288ddb356608da0348814100873729c16a9d.zip
Fix makefile so tools depend on common, and copy eathena-monitor to root directory
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc90aa8..50226fd 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,9 @@ clean-ladmin:
${MAKE} -C src/ladmin clean
# This target is separate for historical reasons, and because it is optional
-tools: common
+tools: common eathena-monitor
+eathena-monitor:
${MAKE} -C src/tool
+ ${CP} src/tool/eathena-monitor .
clean-tools:
${MAKE} -C src/tool clean