summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-28 01:36:25 +0300
committerThomas Voss <mail@thomasvoss.com> 2023-08-28 01:36:25 +0300
commit04db1d95746fe57cb7ea7b73c8a0d29ceea87712 (patch)
tree1291e292825e8e7bd4c641f38c55e6394a6f27d3
parenta631446bfaa4bfd9781918f76d6f4ecae271e1a0 (diff)
Add a ‘watch’ target
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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