From d6a0068c2dc0e1e295f0e0f4f81abe99fdde0692 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 22 May 2017 15:03:21 -0700 Subject: [PATCH] don't echo build command in make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a41e7600c..ba2629961 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ dev: deps ## Build and install a development build exit 1; \ fi @mkdir -p pkg/$(GOOS)_$(GOARCH) - go install -ldflags '$(GOLDFLAGS)' + @go install -ldflags '$(GOLDFLAGS)' @cp $(GOPATH)/bin/packer bin @cp $(GOPATH)/bin/packer pkg/$(GOOS)_$(GOARCH)