scripts,Makefile: nuke check-go-version
Fixes #1291 Signed-off-by: Stephan Renatus <srenatus@chef.io>
This commit is contained in:
10
Makefile
10
Makefile
@@ -19,13 +19,13 @@ LD_FLAGS="-w -X $(REPO_PATH)/version.Version=$(VERSION)"
|
||||
|
||||
build: bin/dex bin/example-app bin/grpc-client
|
||||
|
||||
bin/dex: check-go-version
|
||||
bin/dex:
|
||||
@go install -v -ldflags $(LD_FLAGS) $(REPO_PATH)/cmd/dex
|
||||
|
||||
bin/example-app: check-go-version
|
||||
bin/example-app:
|
||||
@go install -v -ldflags $(LD_FLAGS) $(REPO_PATH)/cmd/example-app
|
||||
|
||||
bin/grpc-client: check-go-version
|
||||
bin/grpc-client:
|
||||
@go install -v -ldflags $(LD_FLAGS) $(REPO_PATH)/examples/grpc-client
|
||||
|
||||
.PHONY: release-binary
|
||||
@@ -75,10 +75,6 @@ bin/protoc: scripts/get-protoc
|
||||
bin/protoc-gen-go:
|
||||
@go install -v $(REPO_PATH)/vendor/github.com/golang/protobuf/protoc-gen-go
|
||||
|
||||
.PHONY: check-go-version
|
||||
check-go-version:
|
||||
@./scripts/check-go-version
|
||||
|
||||
clean:
|
||||
@rm -rf bin/
|
||||
|
||||
|
Reference in New Issue
Block a user