aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2565f56..25eafaf 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,6 @@ test-docker:
144.PHONY: promtool 144.PHONY: promtool
145promtool: $(PROMTOOL) 145promtool: $(PROMTOOL)
146 146
147.PHONY: $(PROMTOOL)
148$(PROMTOOL): 147$(PROMTOOL):
149 $(eval PROMTOOL_TMP := $(shell mktemp -d)) 148 $(eval PROMTOOL_TMP := $(shell mktemp -d))
150 curl -s -L $(PROMTOOL_URL) | tar -xvzf - -C $(PROMTOOL_TMP) 149 curl -s -L $(PROMTOOL_URL) | tar -xvzf - -C $(PROMTOOL_TMP)