diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-03-16 13:40:58 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-03-16 13:40:58 -0700 |
commit | 9f36288ddb356608da0348814100873729c16a9d (patch) | |
tree | b79bb274b3b1232365f8b0ada9a92af731169a20 | |
parent | e49bce26d3de1a5c2afbe018a869ff8790294fc5 (diff) | |
download | tmwa-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |