mirror of
https://github.com/prometheus/node_exporter
synced 2025-02-16 01:17:00 +00:00
Merge pull request #531 from prometheus/grobie/update-promu-by-default
Download promu and staticcheck every time by default
This commit is contained in:
commit
7ad91b84c4
6
Makefile
6
Makefile
@ -84,3 +84,9 @@ $(GOPATH)/bin/staticcheck:
|
|||||||
|
|
||||||
|
|
||||||
.PHONY: all style format build test test-e2e vet tarball docker promu staticcheck
|
.PHONY: all style format build test test-e2e vet tarball docker promu staticcheck
|
||||||
|
|
||||||
|
# Declaring the binaries at their default locations as PHONY targets is a hack
|
||||||
|
# to ensure the latest version is downloaded on every make execution.
|
||||||
|
# If this is not desired, copy/symlink these binaries to a different path and
|
||||||
|
# set the respective environment variables.
|
||||||
|
.PHONY: $(GOPATH)/bin/promu $(GOPATH)/bin/staticcheck
|
||||||
|
Loading…
Reference in New Issue
Block a user