summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c20fb7ca..2a7d0227 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,10 @@ TARGET_CC ?= clang
TAIL_COUNT ?= 45
+# - Disable implicit rules
.SUFFIXES:
-.PRECIOUS: %
+# - Disable deleting intermediate files
+.SECONDARY:
# - Final stage for tests run as part of the rust_tests target.
# VALID OPTIONS: parse, expand, mir, ALL