summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4746eddd..85d5bdd7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -18,7 +18,7 @@ mobxp-impl:
tools/mobxp < world/map/db/mob_db.old > world/map/db/mob_db.txt
rm world/map/db/mob_db.old
indent: indent-mobs indent-items
-indent-items:
+indent-items: tools/aligncsv
tools/aligncsv world/map/db/item_db.txt
-indent-mobs:
+indent-mobs: tools/aligncsv
tools/aligncsv world/map/db/mob_db.txt