diff options
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 $< $@ |