rebuild assets.bin when sources.mk changes

This commit is contained in:
Alex Bates 2020-10-30 23:41:09 +00:00
parent 74e8c61db1
commit 476701e552

View File

@ -151,7 +151,7 @@ $(BUILD_DIR)/bin/assets/%: bin/assets/%.bin
@mkdir -p $(shell dirname $@) @mkdir -p $(shell dirname $@)
@cp $< $@ @cp $< $@
$(ASSETS_BIN): $(ASSET_FILES) $(YAY0_ASSET_FILES) $(ASSETS_BIN): sources.mk $(ASSET_FILES) $(YAY0_ASSET_FILES)
@mkdir -p $(shell dirname $@) @mkdir -p $(shell dirname $@)
@echo "building $@" @echo "building $@"
@$(PYTHON) tools/build_assets_bin.py $@ $(ASSET_FILES) @$(PYTHON) tools/build_assets_bin.py $@ $(ASSET_FILES)