Skip to content

Commit 1e9b963

Browse files
authored
Update Makefile
1 parent 9588fd7 commit 1e9b963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ anvil_start_with_more_prefunded_accounts:
155155
anvil --load-state contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json --block-time 7 -a 2000
156156

157157
__AGGREGATION_MODE__: ## ____
158-
start_proof_aggregator_local: ## Start the proof aggregator locally using Mock Verifier Contract
158+
proof_aggregator_local_start: ## Start the proof aggregator locally using Mock Verifier Contract
159159
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release -- config-files/config-proof-aggregator-mock.yaml
160160

161-
start_proof_aggregator_local_with_proving: ## Start the proof aggregator locally using SP1 Verifier Contract
161+
proof_aggregator_local_start_with_proving: ## Start the proof aggregator locally using SP1 Verifier Contract
162162
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove -- config-files/config-proof-aggregator.yaml
163163

164164
_AGGREGATOR_:

0 commit comments

Comments
 (0)