Skip to content

Commit

Permalink
chore: use flag instead of command
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoous committed Jul 26, 2024
1 parent 96936dc commit 20272e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,9 @@ endif

proto-gen: check-proto-deps
@echo "Generating Protobuf files"
@go run github.com/bufbuild/buf/cmd/buf@$(BUF_VERSION) generate
@go run github.com/bufbuild/buf/cmd/buf@$(BUF_VERSION) generate --exclude-path proto/nmt
@mv ./proto/tendermint/abci/types.pb.go ./abci/types/
@cp ./proto/tendermint/rpc/grpc/types.pb.go ./rpc/grpc
@rm ./proto/nmt/proof.pb.go
.PHONY: proto-gen

# These targets are provided for convenience and are intended for local
Expand Down

0 comments on commit 20272e8

Please sign in to comment.