mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
cr fixes
This commit is contained in:
@@ -12,7 +12,7 @@ endif
|
||||
ifeq (,$(shell which protoc-gen-go))
|
||||
$(error "protoc-gen-go is required for Protobuf generation. See instructions for your platform on how to install it.")
|
||||
endif
|
||||
.PHONY: check-proto-format-deps
|
||||
.PHONY: check-proto-gen-deps
|
||||
|
||||
check-proto-format-deps:
|
||||
ifeq (,$(shell which clang-format))
|
||||
|
||||
Reference in New Issue
Block a user