summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-14 09:33:38 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-14 09:33:38 -0500
commitfcde5bf01f7cd7029cfabd929483a72ba669039a (patch)
treee146e8f6501901c3be6ec353f735e4afba450a91 /Makefile
parentfd81c33c904ac13e66a1c6f945be05f8b4599b9e (diff)
downloadhtml5ks-fcde5bf01f7cd7029cfabd929483a72ba669039a.tar.xz
html5ks-fcde5bf01f7cd7029cfabd929483a72ba669039a.zip
Stuff.
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