diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-14 10:36:33 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-14 10:36:33 +0100 |
commit | 1893588f4f57024098a538d471caeecd01fbe88d (patch) | |
tree | 860f16b3fae88abbae22995cd21ead6985ed152a /GNUmakefile | |
parent | b592402d702379d14415c1becf18f6f40c2d6d76 (diff) |
Pass ‘-o’ to git ls-files
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |