Skip to content

Commit 1776146

Browse files
committed
docs: add description to makefile targets
1 parent 078a648 commit 1776146

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ anvil_start_with_block_time_with_more_prefunded_accounts:
150150
@echo "Starting Anvil..."
151151
anvil --load-state contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json --block-time 7 -a 2000
152152

153-
__AGGREGATION_MODE__:
154-
start_proof_aggregator_local:
153+
__AGGREGATION_MODE__: ## ____
154+
start_proof_aggregator_local: ## Start the proof aggregator locally using Mock Verifier Contract
155155
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release -- config-files/config-proof-aggregator.yaml
156156

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

160160
_AGGREGATOR_:

0 commit comments

Comments
 (0)