diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile index d5a29c2a..edde25a3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,15 +7,10 @@ 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/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: +world/map/npc/functions/motd.txt world/map/conf/permissions_local.txt format: find world/map/npc -type f -exec sed -ri \ |