Instruct `make binary` to build binary file.

This commit is contained in:
Matt T. Proud 2013-05-22 17:52:49 +02:00
parent b586801830
commit 93da3f684a

View file

@ -21,7 +21,7 @@ advice:
go tool vet .
binary: build
go build $(BUILDFLAGS) .
go build -o prometheus $(BUILDFLAGS) .
build: preparation config model tools web