From e9c925919a0eb8368504adc18af1f0a4d6d9dc6c Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 20 Oct 2019 16:43:21 -0700 Subject: [PATCH] Minor asset build cleanup. --- assets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $^ $@