Skip to content

Commit

Permalink
Fix build error on make protoc (0xPolygon#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourin1996 authored Jan 21, 2022
1 parent 828d4ba commit 8377162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ bindata:

.PHONY: protoc
protoc:
protoc --go_out=. --go-grpc_out=. ./minimal/proto/*.proto
protoc --go_out=. --go-grpc_out=. ./server/proto/*.proto
protoc --go_out=. --go-grpc_out=. ./protocol/proto/*.proto
protoc --go_out=. --go-grpc_out=. ./network/proto/test/*.proto
protoc --go_out=. --go-grpc_out=. ./network/proto/*.proto
protoc --go_out=. --go-grpc_out=. ./txpool/proto/*.proto
protoc --go_out=. --go-grpc_out=. ./consensus/ibft/proto/*.proto
protoc --go_out=. --go-grpc_out=. ./consensus/ibft/**/*.proto


.PHONY: lint
lint:
Expand Down

0 comments on commit 8377162

Please sign in to comment.