Skip to content

Commit 5f7d1f8

Browse files
fix: missing target build_batcher_client (#2009)
Co-authored-by: Marcos Nicolau <[email protected]>
1 parent 1c8ac16 commit 5f7d1f8

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 build --release
520+
518521
__SEND_PROOFS__: ## ____
519522

520523
crates/target/release/aligned:

0 commit comments

Comments
 (0)