have Makefile `cp -r` the _static contents

with the inclusion of jquery and boostrap, Makefile exits on build
because _static now contains directories.
master
Adasauce 5 years ago committed by Drew DeVault
parent eecdda8abc
commit 09eef0fd98
  1. 2
      Makefile

@ -14,7 +14,7 @@ _STATIC:=$(patsubst _static/%,static/%,$(wildcard _static/*))
static/%: _static/% static/%: _static/%
@mkdir -p static/ @mkdir -p static/
cp $< $@ cp -r $< $@
static/%.css: styles/%.css static/%.css: styles/%.css
@mkdir -p static/ @mkdir -p static/

Loading…
Cancel
Save