summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-06 21:31:27 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-06 21:31:27 +0100
commitb15779d9c7fea54f5e8c217da788866e81a08e38 (patch)
treee174ea8e46f730a84cdde921ec2b49af5ff764a1 /Makefile
parentac2aa1fee5674584c58acfe9c5b47e188582b1ca (diff)
downloadwebsite-b15779d9c7fea54f5e8c217da788866e81a08e38.tar.xz
another dump! albeit a small one.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e40bd48..527d218 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ OUT_CSS := $(addprefix build/, $(CSS))
PARTIALS := $(addprefix partials/, head.html header.html footer.html)
RESOURCES := $(addprefix build/resources/, glider.png)
-site : $(OUT_HTML) $(RESOURCES)
+site : $(OUT_HTML) $(OUT_CSS) $(RESOURCES)
build/%.html: %.html $(PARTIALS) $(OUT_CSS)
./scripts/awink $< $@