Skip to content

Commit ad36f8c

Browse files
committed
chore: update agg_mode_write_program_ids target
1 parent cdf6342 commit ad36f8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ install_aggregation_mode: ## Install the aggregation mode with proving enabled
207207
cargo install --path aggregation_mode --features prove --bin proof_aggregator
208208

209209
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
210-
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --bin write_program_image_id_vk_hash
210+
@cd aggregation_mode && \
211+
cargo run --release --bin write_program_image_id_vk_hash
211212

212213
_AGGREGATOR_:
213214

0 commit comments

Comments
 (0)