mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 09:59:26 +00:00
6 lines
264 B
Makefile
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
|