Skip to content

Commit

Permalink
Automatically build protos with make build.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Oct 7, 2024
1 parent f770045 commit 955ad7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 955ad7a

Please sign in to comment.