mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-04 14:12:14 -04:00
Instruct `make binary` to build binary file.
This commit is contained in:
parent
b586801830
commit
93da3f684a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -21,7 +21,7 @@ advice:
|
|||
go tool vet .
|
||||
|
||||
binary: build
|
||||
go build $(BUILDFLAGS) .
|
||||
go build -o prometheus $(BUILDFLAGS) .
|
||||
|
||||
build: preparation config model tools web
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue