summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 85989f6a..8f124784 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -7,16 +7,11 @@ maps:
% : | %.example
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 \
+conf: 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/atcommand_local.conf world/map/db/const-debugflag.txt \
world/map/npc/functions/motd.txt world/map/npc/commands/_atcommand_local.txt
-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
-world/map/conf/secrets-build:
-
format:
find world/map/npc -type f -exec sed -ri \
-e "s%([^|]+)\|script\|([^|]+)\|-1%\1|script|\2|32767%ig" \