Makefile: copy bor binary to go bin (#469)

This commit is contained in:
Manav Darji 2022-07-27 22:27:26 +05:30 committed by GitHub
parent 71980bf5b1
commit 8f08503a5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,8 @@ GOTEST = GODEBUG=cgocheck=0 go test $(GO_FLAGS) -p 1
bor:
mkdir -p $(GOPATH)/bin/
go build -o $(GOBIN)/bor ./cmd/cli/main.go
cp $(GOBIN)/bor $(GOPATH)/bin/
@echo "Done building."
protoc:
protoc --go_out=. --go-grpc_out=. ./internal/cli/server/proto/*.proto