diff --git a/Makefile b/Makefile index 6e3b2498c..971e2be0d 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ assets: @$(GO) fmt ./web/ui promu: + @echo ">> fetching promu" @GOOS=$(shell uname -s | tr A-Z a-z) \ GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \ $(GO) get -u github.com/prometheus/promu