diff --git a/Makefile b/Makefile index 5498f3a..2b36c5b 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ watch: run-watch: cargo watch -c -x run +clippy-watch: + cargo watch -c -x clippy + inotifytest: inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'