summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 75bde66..6109d8f 100644
--- a/Makefile
+++ b/Makefile
@@ -124,3 +124,15 @@ index-partials = \
templates/index.html: $(index-partials)
@ touch $@
+
+templates/index-cache.html: $(index-partials)
+ @ touch $@
+
+pages-partials = \
+ templates/partials/footer.html \
+ templates/partials/head.html \
+ templates/partials/header.html \
+ templates/partials/nav.html
+
+templates/page.html: $(pages-partials)
+ @ touch $@ \ No newline at end of file