summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-10-26 09:54:43 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-10-26 09:54:43 -0700
commitfbd4ed18840e3d028aff0e0b6ec871aca45208f3 (patch)
tree3ccfd6bf2c98c4a11a39a2980621cc0cfae52bdd /GNUmakefile
parent2b35d738f42386e52fdddeb639180ab5db8f072f (diff)
downloadserverdata-fbd4ed18840e3d028aff0e0b6ec871aca45208f3.tar.gz
serverdata-fbd4ed18840e3d028aff0e0b6ec871aca45208f3.tar.bz2
serverdata-fbd4ed18840e3d028aff0e0b6ec871aca45208f3.tar.xz
serverdata-fbd4ed18840e3d028aff0e0b6ec871aca45208f3.zip
Automatically build tools/aligncsv before it is needed.
Reported by Ali-G.
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