File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ start_proof_aggregator_dev_ethereum_package: is_aggregator_set reset_last_aggreg
183183 AGGREGATOR=$(AGGREGATOR ) RISC0_DEV_MODE=1 ./aggregation_mode/target/release/proof_aggregator_dev config-files/config-proof-aggregator-mock-ethereum-package.yaml
184184
185185# ## All CPU proof aggregator receipts
186- ./aggregation_mode/target/release/proof_aggregator_cpu : $(wildcard ./aggregation_mode/src/* ) $(wildcard ./aggregation_programs/risc0/src/* ) $(wildcard ./aggregation_programs/sp1/src/* )
186+ ./aggregation_mode/target/release/proof_aggregator_cpu : $(wildcard ./aggregation_mode/src/* ) $(wildcard ./aggregation_mode/ aggregation_programs/risc0/src/* ) $(wildcard ./aggregation_mode /aggregation_programs/sp1/src/* )
187187 AGGREGATOR=$(AGGREGATOR ) cargo build --features prove --manifest-path ./aggregation_mode/Cargo.toml --release --bin proof_aggregator_cpu
188188
189189start_proof_aggregator : ./aggregation_mode/target/release/proof_aggregator_cpu is_aggregator_set # # Starts proof aggregator with proving activated
You can’t perform that action at this time.
0 commit comments