2019-09-16 21:59:07 +02:00

6 lines
265 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 python3 ../../../data/tools/expand-terrain-macros.py -a -r $$i; done