From 88436440ce300eba1292ed71b3e6905ae6fc18c4 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Thu, 3 Mar 2022 14:29:41 -0500 Subject: [PATCH] Update Makefile Co-authored-by: Thane Thomson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ab7f0544..593201b40 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ proto-gen: abci-proto-gen: ./scripts/abci-gen.sh -.PHONY: proto-gen +.PHONY: abci-proto-gen proto-lint: @$(DOCKER_PROTO_BUILDER) buf lint --error-format=json --config ./buf.yaml