mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-07 15:42:12 -04:00
Merge pull request #1999 from prometheus/print-promu
Add promu installation logging to Makefile
This commit is contained in:
commit
4b850970a2
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue