Skip to content

Commit 4567c2e

Browse files
Update Makefile
Co-authored-by: Julian Arce <[email protected]>
1 parent 549c0c4 commit 4567c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ verify_aggregated_proof_risc0_holesky_stage:
200200
--rpc_url https://ethereum-holesky-rpc.publicnode.com
201201

202202
install_aggregation_mode: ## Install the aggregation mode with proving enabled
203-
cargo install --path aggregation_mode --features prove
203+
cargo install --path aggregation_mode --features prove --bin proof_aggregator
204204

205205
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
206206
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --bin write_program_image_id_vk_hash

0 commit comments

Comments
 (0)