don't echo build command in make
This commit is contained in:
parent
aa0dbf308f
commit
d6a0068c2d
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ dev: deps ## Build and install a development build
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
@mkdir -p pkg/$(GOOS)_$(GOARCH)
|
@mkdir -p pkg/$(GOOS)_$(GOARCH)
|
||||||
go install -ldflags '$(GOLDFLAGS)'
|
@go install -ldflags '$(GOLDFLAGS)'
|
||||||
@cp $(GOPATH)/bin/packer bin
|
@cp $(GOPATH)/bin/packer bin
|
||||||
@cp $(GOPATH)/bin/packer pkg/$(GOOS)_$(GOARCH)
|
@cp $(GOPATH)/bin/packer pkg/$(GOOS)_$(GOARCH)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue