From 93da3f684a1c6519103689cd52316fa2612d3aea Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Wed, 22 May 2013 17:52:49 +0200 Subject: [PATCH] Instruct ``make binary`` to build binary file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8195def9c9..f065e71159 100644 --- a/Makefile +++ b/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