Instruct ``make binary`` to build binary file.

pull/265/head
Matt T. Proud 2013-05-22 17:52:49 +02:00
parent b586801830
commit 93da3f684a
1 changed files with 1 additions and 1 deletions

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