We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a4efe commit 06b80bdCopy full SHA for 06b80bd
1 file changed
Makefile
@@ -174,7 +174,7 @@ reset_last_aggregated_block:
174
175
176
### All Dev proof aggregator receipts with no real proving
177
-./aggregation_mode/target/release/proof_aggregator_dev:
+./aggregation_mode/target/release/proof_aggregator_dev: $(wildcard ./aggregation_mode/src/*) $(wildcard ./aggregation_programs/risc0/src/*) $(wildcard ./aggregation_programs/sp1/src/*)
178
AGGREGATOR=$(AGGREGATOR) cargo build --manifest-path ./aggregation_mode/Cargo.toml --release --bin proof_aggregator_dev
179
180
0 commit comments