diff options
| -rw-r--r-- | GNUmakefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) |