summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1a077637..6d0e7322 100644
--- a/Makefile
+++ b/Makefile
@@ -57,8 +57,8 @@ clean:
$(dl-cache) $(bin):
mkdir -p '$@'
-# Don't have non-minimized .js stick around unless we asked for them.
-.INTERMEDIATE: $(filter-out $(targets),$(generated))
+# Don't clean up the pre-minified files
+.SECONDARY:
# Turn on sane error handling
.DELETE_ON_ERROR: