Eric S. Raymond 2d687cce1e Typo fix.
2010-06-18 16:33:28 +00:00

6 lines
264 B
Makefile

# Many of the macros in these files are generated from template meta-macros using the
# expand-terrain-macros.py tool. Here's a canned invocation that will rebuild all.
rebuild:
for i in *; do python ../../../data/tools/expand-terrain-macros.py -a -r $$i; done