File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ reset_last_aggregated_block:
173173 @echo ' {"last_aggregated_block":0}' > config-files/proof-aggregator.last_aggregated_block.json
174174
175175# ## All Dev proof aggregator receipts with no real proving
176- ./aggregation_mode/target/release/proof_aggregator_dev : $(wildcard ./aggregation_mode/src/* ) $(wildcard ./aggregation_programs/risc0/src/* ) $(wildcard ./aggregation_programs/sp1/src/* )
176+ ./aggregation_mode/target/release/proof_aggregator_dev : $(wildcard ./aggregation_mode/src/* ) $(wildcard ./aggregation_mode/ aggregation_programs/risc0/src/* ) $(wildcard ./aggregation_mode /aggregation_programs/sp1/src/* )
177177 AGGREGATOR=$(AGGREGATOR ) cargo build --manifest-path ./aggregation_mode/Cargo.toml --release --bin proof_aggregator_dev
178178
179179start_proof_aggregator_dev : is_aggregator_set reset_last_aggregated_block ./aggregation_mode/target/release/proof_aggregator_dev # # Starts proof aggregator with mock proofs (DEV mode)
You can’t perform that action at this time.
0 commit comments