From 9f36288ddb356608da0348814100873729c16a9d Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 16 Mar 2011 13:40:58 -0700 Subject: Fix makefile so tools depend on common, and copy eathena-monitor to root directory --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-60-g2f50