diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-06 21:31:27 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-06 21:31:27 +0100 |
commit | b15779d9c7fea54f5e8c217da788866e81a08e38 (patch) | |
tree | e174ea8e46f730a84cdde921ec2b49af5ff764a1 /Makefile | |
parent | ac2aa1fee5674584c58acfe9c5b47e188582b1ca (diff) | |
download | website-b15779d9c7fea54f5e8c217da788866e81a08e38.tar.xz |
another dump! albeit a small one.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< $@ |