diff --git a/assets/Makefile b/assets/Makefile index 525e1af7..11b571b8 100644 --- a/assets/Makefile +++ b/assets/Makefile @@ -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 $^ $@