aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-11-18 14:38:08 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-11-18 14:46:42 +0100
commitfefaf0306c07b55c716189f5307558ed7b5523ce (patch)
tree003f29a90d2943bbacbae162be32192e7c499a5d /Makefile
parent9126ed1be6ce0168eafbb705d59505985c8348ec (diff)
Added dark theme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 510d3bc..e6731ac 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,9 @@ help:
@echo 'Set the RELATIVE variable to 1 to enable relative urls '
@echo ' '
-content/extras/style.min.css: theme/Flex/static/stylesheet/style.min.css theme/custom/custom.css
+SOURCE_THEME=theme/Flex/static/stylesheet/style.min.css
+
+content/extras/style.min.css: $(SOURCE_THEME) theme/custom/custom.css
css_merge -o $@ $^
html: content/extras/style.min.css