mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
rebuild assets.bin when sources.mk changes
This commit is contained in:
parent
74e8c61db1
commit
476701e552
2
Makefile
2
Makefile
@ -151,7 +151,7 @@ $(BUILD_DIR)/bin/assets/%: bin/assets/%.bin
|
||||
@mkdir -p $(shell dirname $@)
|
||||
@cp $< $@
|
||||
|
||||
$(ASSETS_BIN): $(ASSET_FILES) $(YAY0_ASSET_FILES)
|
||||
$(ASSETS_BIN): sources.mk $(ASSET_FILES) $(YAY0_ASSET_FILES)
|
||||
@mkdir -p $(shell dirname $@)
|
||||
@echo "building $@"
|
||||
@$(PYTHON) tools/build_assets_bin.py $@ $(ASSET_FILES)
|
||||
|
Loading…
Reference in New Issue
Block a user