From b15779d9c7fea54f5e8c217da788866e81a08e38 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 6 Oct 2014 21:31:27 +0100 Subject: another dump! albeit a small one. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $< $@ -- cgit v1.2.3-54-g00ecf