From 955ad7add63eea0c34f8776399c887b919841125 Mon Sep 17 00:00:00 2001 From: Cody Littley Date: Mon, 7 Oct 2024 10:24:35 -0500 Subject: [PATCH] Automatically build protos with make build. Signed-off-by: Cody Littley --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc8f043b8..fd7115512 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ lint: go tool fix ./.. golangci-lint run -build: +build: protoc cd operators/churner && make build cd disperser && make build cd node && make build