Minor asset build cleanup.

This commit is contained in:
Eric Froemling 2019-10-20 16:43:21 -07:00
parent 2c94dfe578
commit e9c925919a

View File

@ -614,7 +614,7 @@ SCRIPT_TARGETS_PYC_1 = \
# Rule to copy src asset scripts to dst.
# (and make non-writable so I'm less likely to accidentally edit them there)
$(SCRIPT_TARGETS_PY_1) : build/%.py : src/%.py
@echo Copying script: $(notdir $@)
@echo Copying script: $@
@mkdir -p $(dir $@)
@rm -f $@
@cp $^ $@