mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-30 11:13:17 +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.
|
||||
# (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 $^ $@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user