summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8ebbbe..861b8b6 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,10 @@ watch_templates: build_only
37watch_metadata: build_only 37watch_metadata: build_only
38 @scripts/watch_metadata.sh 38 @scripts/watch_metadata.sh
39 39
40watch: watch_sass watch_content watch_templates watch_metadata 40watch_filters: build_only
41 @scripts/watch_filters.sh
42
43watch: watch_sass watch_content watch_templates watch_metadata watch_filters
41 44
42serve_only: build_only 45serve_only: build_only
43 @python -m http.server --bind 127.0.0.1 --directory output 46 @python -m http.server --bind 127.0.0.1 --directory output