From 1893588f4f57024098a538d471caeecd01fbe88d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 14 Nov 2023 10:36:33 +0100 Subject: Pass ‘-o’ to git ls-files 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 769befa..37b617c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -49,4 +49,4 @@ serve: darkhttpd out --daemon watch: - git ls-files | entr $(MAKE) + git ls-files -o | entr $(MAKE) -- cgit v1.2.3