An attempt at canning the meta-macro rebuild into a makefile.

This commit is contained in:
Eric S. Raymond 2010-06-18 16:28:06 +00:00
parent 7244cce186
commit 391eebfbfe

View file

@ -0,0 +1,5 @@
# Many of the msacros 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