have Makefile `cp -r` the _static contents

with the inclusion of jquery and boostrap, Makefile exits on build
because _static now contains directories.
This commit is contained in:
Adasauce 2020-04-22 11:21:29 -03:00 committed by Drew DeVault
parent eecdda8abc
commit 09eef0fd98
1 changed files with 1 additions and 1 deletions

View File

@ -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/