Skip to content

Commit

Permalink
Makefile: copy bor binary to go bin (ethereum#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
manav2401 authored Jul 27, 2022
1 parent 71980bf commit 8f08503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f08503

Please sign in to comment.