Skip to content

Commit 4cfa24e

Browse files
authored
Merge branch 'testnet' into staging
2 parents a54750c + 86cfefd commit 4cfa24e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ operator_update: ## Update the Operator to the latest version and build it. Para
381381
$(GET_SDK_VERSION)
382382
@echo "Updating Operator..."
383383
@./scripts/fetch_latest_release.sh
384-
@make build_operator
384+
@make operator_build
385385
@./operator/build/aligned-operator --version
386386

387387
operator_valid_marshall_fuzz_macos:
@@ -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)