diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-28 18:16:09 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-30 13:12:15 -0800 |
commit | 447f80120e31b97abb935e38bc2fee9e0ec9809e (patch) | |
tree | f6dc5c8f32133d0e4f20a508fbe9c208963bbbe8 /GNUmakefile | |
parent | 3158c6cc0ef331a8dfa49745af3652c5e273ea5b (diff) | |
download | serverdata-447f80120e31b97abb935e38bc2fee9e0ec9809e.tar.gz serverdata-447f80120e31b97abb935e38bc2fee9e0ec9809e.tar.bz2 serverdata-447f80120e31b97abb935e38bc2fee9e0ec9809e.tar.xz serverdata-447f80120e31b97abb935e38bc2fee9e0ec9809e.zip |
Take advantage of the new split config system
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index eba06010..d4007f57 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,11 +7,15 @@ maps: % : | %.example cp "$|" "$@" -conf: \ +conf: world/map/conf/magic-secrets.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/atcommand_local.conf \ +world/map/conf/map_local.conf world/map/conf/battle_local.conf world/map/conf/motd.txt world/map/conf/atcommand_local.conf world/map/db/const-debugflag.txt \ world/conf/char_local.conf +world/map/conf/magic-secrets.conf: world/map/conf/magic-secrets.conf.template world/map/conf/secrets-build + cd world/map/conf && ./build-magic.sh +world/map/conf/secrets-build: + mobxp: mobxp-impl indent-mobs mobxp-impl: mv world/map/db/mob_db.txt world/map/db/mob_db.old |