7 lines
192 B
Makefile
7 lines
192 B
Makefile
ASSET_NAMES=$(shell aq -it -oj -r '.[] | keys | .[]' < $(ASSET_TOML))
|
|
GENERATED_SOURCES=$(ASSET_NAMES:%=$(GENERATED_DIR)/%)
|
|
|
|
update_sources: $(ASSET_TOML)
|
|
./make_mako.py $^ $(GENERATED_DIR)
|
|
|