From 3830b76a95d42f5d427a97d7e96fd1656dbe7fef Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 20 Oct 2019 14:02:55 +0100 Subject: [PATCH] Clip clip clip --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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'