summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 $< $@