This commit is contained in:
William Banfield
2022-08-31 10:52:31 -04:00
parent 17278b9dc6
commit 92492dafaa

View File

@@ -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))