have Makefile `cp -r` the _static contents

with the inclusion of jquery and boostrap, Makefile exits on build
because _static now contains directories.
static-cp-fix
Adasauce 5 years ago
parent eecdda8abc
commit a364bbe1d3
Signed by: adasauce
GPG Key ID: B4FD3151235211CB
  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