update make file

This commit is contained in:
mingsheng.su 2019-06-18 18:22:36 +08:00
parent d1b9ad90c8
commit b0500f97b8
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ dev: ## Build and install a development build
fi
@mkdir -p pkg/$(GOOS)_$(GOARCH)
@mkdir -p bin
@go install -mod=vendor -ldflags '$(GOLDFLAGS)'
@go install -ldflags '$(GOLDFLAGS)'
@cp $(GOPATH)/bin/packer bin/packer
@cp $(GOPATH)/bin/packer pkg/$(GOOS)_$(GOARCH)