Skip to content

Commit

Permalink
don't echo build command in make
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhooker committed May 22, 2017
1 parent aa0dbf3 commit d6a0068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d6a0068

Please sign in to comment.