summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf8b92f..791d33c 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ clean:
$(RM) $(CVIDEO) $(CAUDIO) $(WEBP) www/favicon.ico
watch:
- while inotifywait -r -e modify,delete,move --exclude="^./.git" --exclude="\.swp$$" .; do \
+ while inotifywait -r -e modify,delete,move --exclude="^\./\.git" --exclude="\.swp$$" .; do \
${MAKE}; \
done