Skip to content

Commit 1a4651f

Browse files
Add generate-buf command
1 parent 8855eea commit 1a4651f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,12 @@ core-rust:
5757
compiler:
5858
$(MAKE) -C starknet/compiler/rust $(VM_TARGET)
5959

60+
generate-buf: ## Generate protobuf files
61+
@buf generate
62+
6063
generate: ## Generate mocks and code
6164
mkdir -p mocks
65+
generate-buf
6266
go generate ./...
6367

6468
clean-testcache: ## Clean Go test cache

0 commit comments

Comments
 (0)