We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a54750c + 86cfefd commit 4cfa24eCopy full SHA for 4cfa24e
Makefile
@@ -381,7 +381,7 @@ operator_update: ## Update the Operator to the latest version and build it. Para
381
$(GET_SDK_VERSION)
382
@echo "Updating Operator..."
383
@./scripts/fetch_latest_release.sh
384
- @make build_operator
+ @make operator_build
385
@./operator/build/aligned-operator --version
386
387
operator_valid_marshall_fuzz_macos:
@@ -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