Skip to content

Commit

Permalink
More granularity on tracked changes
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Nov 19, 2024
1 parent 53319d9 commit b16d9ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@ fn check_file_licenses<P: AsRef<Path>>(path: P) {

// Watch the directories that contain Rust source files
println!("cargo:rerun-if-changed=compiler");
println!("cargo:rerun-if-changed=docs");
println!("cargo:rerun-if-changed=errors");
println!("cargo:rerun-if-changed=examples");
println!("cargo:rerun-if-changed=leo");
println!("cargo:rerun-if-changed=tests");
println!("cargo:rerun-if-changed=tests/test-framework");
println!("cargo:rerun-if-changed=utils");

// Watch the build script itself
Expand Down

0 comments on commit b16d9ac

Please sign in to comment.