aboutsummaryrefslogtreecommitdiff
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 30e82be..118e9e6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ clean:
watch:
while true; do \
- ls -d .git/* * posts/* pages/* header.html | entr -cd make ;\
+ ls -d .git/* * posts/* pages/* header.html | entr -cd make build ;\
done
.PHONY: build clean watch