From 04db1d95746fe57cb7ea7b73c8a0d29ceea87712 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 28 Aug 2023 01:36:25 +0300 Subject: Add a ‘watch’ target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 3b8a21c..2aa5e65 100644 --- a/Makefile +++ b/Makefile @@ -44,3 +44,6 @@ clean: serve: darkhttpd out --daemon + +watch: + git ls-files | entr make -- cgit v1.2.3