diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-14 09:33:38 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-14 09:33:38 -0500 |
commit | fcde5bf01f7cd7029cfabd929483a72ba669039a (patch) | |
tree | e146e8f6501901c3be6ec353f735e4afba450a91 /Makefile | |
parent | fd81c33c904ac13e66a1c6f945be05f8b4599b9e (diff) | |
download | html5ks-fcde5bf01f7cd7029cfabd929483a72ba669039a.tar.xz html5ks-fcde5bf01f7cd7029cfabd929483a72ba669039a.zip |
Stuff.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |