aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 769d796..24f6fa6 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,4 @@ build:
clean:
rm -rf build/*
-watch:
- while true; do \
- ls -d .git/* * posts/* pages/* header.html | entr -cd make build ;\
- done
-
-.PHONY: build clean watch
+.PHONY: build clean