mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
Minor asset build cleanup.
This commit is contained in:
parent
2c94dfe578
commit
e9c925919a
@ -614,7 +614,7 @@ SCRIPT_TARGETS_PYC_1 = \
|
|||||||
# Rule to copy src asset scripts to dst.
|
# Rule to copy src asset scripts to dst.
|
||||||
# (and make non-writable so I'm less likely to accidentally edit them there)
|
# (and make non-writable so I'm less likely to accidentally edit them there)
|
||||||
$(SCRIPT_TARGETS_PY_1) : build/%.py : src/%.py
|
$(SCRIPT_TARGETS_PY_1) : build/%.py : src/%.py
|
||||||
@echo Copying script: $(notdir $@)
|
@echo Copying script: $@
|
||||||
@mkdir -p $(dir $@)
|
@mkdir -p $(dir $@)
|
||||||
@rm -f $@
|
@rm -f $@
|
||||||
@cp $^ $@
|
@cp $^ $@
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user