Skip to content

Commit d142afe

Browse files
committed
fix: missing target build_batcher_client
1 parent 1c8ac16 commit d142afe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,9 @@ aligned_uninstall: ## Uninstall Aligned CLI
515515
aligned_install_compiling: ## Install Aligned CLI by compiling from source
516516
@cargo install --path crates/cli
517517

518+
build_batcher_client:
519+
@cd crates/cli && cargo b --release
520+
518521
__SEND_PROOFS__: ## ____
519522

520523
crates/target/release/aligned:

0 commit comments

Comments
 (0)