diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2015-01-23 00:33:00 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2015-01-23 02:00:50 -0800 |
commit | 3667a349be34c3d7bc47c61c2384fe7a4568979c (patch) | |
tree | b0b4d70fda47f6fb7f07e65be8c6175a69d518be /GNUmakefile | |
parent | 1249c6845e4839acfc3b990d7692e081f471497b (diff) | |
download | serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.tar.gz serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.tar.bz2 serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.tar.xz serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.zip |
Update conf for tmwa 15.1.23
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index c22fe72f..35036514 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,8 +9,9 @@ maps: cp "$|" "$@" conf: world/map/conf/magic-secrets.sex \ login/conf/login_local.conf login/conf/ladmin_local.conf login/save/gm_account.txt login/save/account.txt \ +world/conf/char_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 +conf/monitor_local.conf world/map/conf/magic-secrets.sex: world/map/conf/magic-secrets.sex.template world/map/conf/secrets-build cd world/map/conf && ./build-magic.sh |