From e2d26c63b6db15566e369b9d5e9ec94763d0963d Mon Sep 17 00:00:00 2001 From: John Letey Date: Tue, 1 Oct 2024 09:11:11 +0200 Subject: [PATCH] chore: small nit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80cafc9b..c46e3f22 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: proto-format proto-lint proto-breaking proto-gen license format lint test-unit build +.PHONY: proto-format proto-lint proto-gen license format lint test-unit build all: proto-all format lint test-unit build ###############################################################################