From edbbbc19ba6f636aee19890aba2ec082d45c1034 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 23 Jun 2011 00:05:15 -0700 Subject: Makefile to copy nonexisting conf files, and change defaults to localhost --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dc5b5e29..5b593c8f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,12 @@ -.PHONY: maps +.PHONY: all maps conf +all: maps conf maps: ant -f tools/tmwcon/build.xml java -jar tools/tmwcon/converter.jar client-data/ world/map/ +% : | %.example + cp "$|" "$@" +conf: \ +login/conf/login_local.conf login/conf/ladmin_local.conf login/save/gm_account.txt login/save/account.txt \ +world/map/conf/map_local.conf world/map/conf/battle_local.conf world/map/conf/motd.txt world/map/conf/help.txt world/map/conf/atcommand_local.conf \ +world/conf/char_local.conf + -- cgit v1.2.3-70-g09d2