~sircmpwn/fosspay

09eef0fd98257db98fed3eebf8c094f039341862 — Adasauce 3 years ago eecdda8
have Makefile `cp -r` the _static contents

with the inclusion of jquery and boostrap, Makefile exits on build
because _static now contains directories.
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 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/