Skip to content

Commit

Permalink
Add generate-buf command
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Dec 20, 2024
1 parent 8855eea commit 1a4651f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ core-rust:
compiler:
$(MAKE) -C starknet/compiler/rust $(VM_TARGET)

generate-buf: ## Generate protobuf files
@buf generate

generate: ## Generate mocks and code
mkdir -p mocks
generate-buf
go generate ./...

clean-testcache: ## Clean Go test cache
Expand Down

0 comments on commit 1a4651f

Please sign in to comment.