File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ reset_last_aggregated_block:
172172 @echo " Resetting last aggregated block..."
173173 @echo ' {"last_aggregated_block":0}' > config-files/proof-aggregator.last_aggregated_block.json
174174
175- AGGREGATION_MODE_SOURCES = $(wildcard ./aggregation_mode/src/** ) $(wildcard ./aggregation_mode/aggregation_programs/risc0/src/** ) $(wildcard ./aggregation_mode/aggregation_programs/sp1/src/** )
175+ AGGREGATION_MODE_SOURCES = $(wildcard ./aggregation_mode/Cargo.toml) $( wildcard ./aggregation_mode/ src/** ) $(wildcard ./aggregation_mode/aggregation_programs/risc0/Cargo.toml) $( wildcard ./aggregation_mode/aggregation_programs/risc0/ src/** ) $( wildcard ./aggregation_mode/aggregation_programs/sp1/Cargo.toml ) $(wildcard ./aggregation_mode/aggregation_programs/sp1/src/** )
176176
177177# ## All Dev proof aggregator receipts with no real proving
178178./aggregation_mode/target/release/proof_aggregator_dev : $(AGGREGATION_MODE_SOURCES )
You can’t perform that action at this time.
0 commit comments