An attempt at canning the meta-macro rebuild into a makefile.
This commit is contained in:
parent
7244cce186
commit
391eebfbfe
1 changed files with 5 additions and 0 deletions
5
data/core/terrain-graphics/Makefile
Normal file
5
data/core/terrain-graphics/Makefile
Normal 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
|
Loading…
Add table
Reference in a new issue