From dab63c43da3d1d567e61b39e8ff0c8fe894f796d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Dec 2023 02:12:19 +0100 Subject: Don’t run entr interactively MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 93dfa0f..9858d6b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -50,4 +50,4 @@ serve: darkhttpd out --daemon watch: - git ls-files -o | entr $(MAKE) + git ls-files -o | entr -n $(MAKE) -- cgit v1.2.3