Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,9 @@ aligned_uninstall: ## Uninstall Aligned CLI
aligned_install_compiling: ## Install Aligned CLI by compiling from source
@cargo install --path crates/cli

build_batcher_client:
@cd crates/cli && cargo b --release
Comment thread
JuArce marked this conversation as resolved.
Outdated

__SEND_PROOFS__: ## ____

crates/target/release/aligned:
Expand Down
Loading