Skip to content

Commit 06b80bd

Browse files
committed
Add missing wildcards
1 parent 79a4efe commit 06b80bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ reset_last_aggregated_block:
174174

175175

176176
### All Dev proof aggregator receipts with no real proving
177-
./aggregation_mode/target/release/proof_aggregator_dev:
177+
./aggregation_mode/target/release/proof_aggregator_dev: $(wildcard ./aggregation_mode/src/*) $(wildcard ./aggregation_programs/risc0/src/*) $(wildcard ./aggregation_programs/sp1/src/*)
178178
AGGREGATOR=$(AGGREGATOR) cargo build --manifest-path ./aggregation_mode/Cargo.toml --release --bin proof_aggregator_dev
179179

180180

0 commit comments

Comments
 (0)