mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-11 23:17:35 +01:00
fix: Rebuild program upon any changes to command directory
This commit is contained in:
parent
c18c76c694
commit
d4a3889e00
4
build.rs
Normal file
4
build.rs
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
fn main() {
|
||||||
|
// Rebuild program if any file in commands directory changes.
|
||||||
|
println!("cargo:rerun-if-changed=src/commands");
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user