File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ reset_last_aggregated_block:
240240 @echo " Resetting last aggregated block..."
241241 @echo ' {"last_aggregated_block":0}' > config-files/proof-aggregator.last_aggregated_block.json
242242
243- 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/** )
243+ AGGREGATION_MODE_SOURCES = $(wildcard ./aggregation_mode/Cargo.toml) $(wildcard ./aggregation_mode/proof_aggregator/Cargo.toml) $( wildcard ./aggregation_mode/proof_aggregator/ src/** ) $(wildcard ./aggregation_mode/proof_aggregator/ aggregation_programs/risc0/Cargo.toml) $(wildcard ./aggregation_mode/proof_aggregator/ aggregation_programs/risc0/src/** ) $(wildcard ./aggregation_mode/proof_aggregator/ aggregation_programs/sp1/Cargo.toml) $(wildcard ./aggregation_mode/proof_aggregator /aggregation_programs/sp1/src/** )
244244
245245# ## All Dev proof aggregator receipts with no real proving
246246./aggregation_mode/target/release/proof_aggregator_dev : $(AGGREGATION_MODE_SOURCES )
You can’t perform that action at this time.
0 commit comments