We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8ac16 commit 5f7d1f8Copy full SHA for 5f7d1f8
1 file changed
Makefile
@@ -515,6 +515,9 @@ aligned_uninstall: ## Uninstall Aligned CLI
515
aligned_install_compiling: ## Install Aligned CLI by compiling from source
516
@cargo install --path crates/cli
517
518
+build_batcher_client:
519
+ @cd crates/cli && cargo build --release
520
+
521
__SEND_PROOFS__: ## ____
522
523
crates/target/release/aligned:
0 commit comments