Compare commits

...

1 Commits

Author SHA1 Message Date
Adasauce a364bbe1d3
have Makefile `cp -r` the _static contents 5 years ago
  1. 2
      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/

Loading…
Cancel
Save