mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
5 lines
133 B
Rust
5 lines
133 B
Rust
fn main() {
|
|
// Rebuild program if any file in commands directory changes.
|
|
println!("cargo:rerun-if-changed=src/commands");
|
|
}
|