diff --git a/Makefile b/Makefile index b7d0767..e1ed9f8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # cargo install cargo-watch watch: - cargo watch -x check -x 'test -- --nocapture' + cargo watch -c -x check -x 'test -- --nocapture' inotifytest: inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'