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 03ef22a..ced1bda 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,10 @@ watch_sass: build
31watch_content: build 31watch_content: build
32 @scripts/watch_content.sh 32 @scripts/watch_content.sh
33 33
34watch: watch_sass watch_content 34watch_templates: build
35 @scripts/watch_templates.sh
36
37watch: watch_sass watch_content watch_templates
35 38
36serve_only: build 39serve_only: build
37 @python -m http.server --bind 127.0.0.1 --directory output 40 @python -m http.server --bind 127.0.0.1 --directory output