# 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
