diff --git a/Makefile b/Makefile index 84f2e68e7..8f78acc80 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ install: check-proto-deps: ifeq (,$(shell which protoc-gen-gogofaster)) - $(error "gogofaster plugin for protoc is required. Run 'go install github.com/gogo/protobuf/protoc-gen-gogofaster@latest' to install") + @go install github.com/gogo/protobuf/protoc-gen-gogofaster@latest endif .PHONY: check-proto-deps