diff --git a/Makefile b/Makefile index 397283e..e0df3ef 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ _STATIC:=$(patsubst _static/%,static/%,$(wildcard _static/*)) static/%: _static/% @mkdir -p static/ - cp $< $@ + cp -r $< $@ static/%.css: styles/%.css @mkdir -p static/