From 116b37a24f5e5092f2dc9bf28009263bbe7027ed Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 19 Sep 2019 21:34:40 +0100 Subject: [PATCH] Ahhh --- implementations/rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/rust/Makefile b/implementations/rust/Makefile index b7d0767..e1ed9f8 100644 --- a/implementations/rust/Makefile +++ b/implementations/rust/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'