From 5b3eec0c950bf43e09bfad8086d98bbba809b8c4 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 16 Oct 2019 14:15:20 +0100 Subject: [PATCH] run-watch Makefile target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ef7e7a4..5498f3a 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ watch: cargo watch -c -x check -x 'test -- --nocapture' +run-watch: + cargo watch -c -x run + inotifytest: inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'