summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-08-18 18:21:35 -0400
committerKonstantin Käfer <mail@kkaefer.com>2015-08-19 11:33:23 -0400
commit34dde71c224966a0c6ed700cf37c06a28724d965 (patch)
tree7e0fabff8f80c793070a7172fa2b18af88f9d7ea
parent6807d757771f79971fff75fdf5983cd82238a602 (diff)
downloadqtlocation-mapboxgl-34dde71c224966a0c6ed700cf37c06a28724d965.tar.gz
never delete intermediate targets
-rw-r--r--scripts/main.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index ee4320a13f..d61a61e034 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -125,3 +125,6 @@ print-env: $(SUBMODULES)
@printf "asset=$(COLOR_CYAN)%s$(FORMAT_END) " $(ASSET)
@printf "http=$(COLOR_CYAN)%s$(FORMAT_END) " $(HTTP)
@printf "cache=$(COLOR_CYAN)%s$(FORMAT_END)\n" $(CACHE)
+
+# Never remove intermediate files
+.SECONDARY: