summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-23 17:57:36 +0100
committerVolpeon <git@volpeon.ink>2020-12-23 17:57:36 +0100
commit213f8c2ce1d6c27bf579e7cb440e6ff53f076d30 (patch)
treea6a7cb1131dca76a4c63bf35cff063eca17d439c /Makefile
parentBetter build script, allow static files in content folder (diff)
downloadvolpeon.ink-213f8c2ce1d6c27bf579e7cb440e6ff53f076d30.tar.gz
volpeon.ink-213f8c2ce1d6c27bf579e7cb440e6ff53f076d30.tar.bz2
volpeon.ink-213f8c2ce1d6c27bf579e7cb440e6ff53f076d30.zip
Added favicon, also watch templates folder
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