don't echo build command in make

pull/4714/merge
Matthew Hooker 9 years ago
parent aa0dbf308f
commit d6a0068c2d
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -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)

Loading…
Cancel
Save