From 09eef0fd98257db98fed3eebf8c094f039341862 Mon Sep 17 00:00:00 2001 From: Adasauce Date: Wed, 22 Apr 2020 11:21:29 -0300 Subject: [PATCH] have Makefile `cp -r` the _static contents with the inclusion of jquery and boostrap, Makefile exits on build because _static now contains directories. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 397283e..e0df3ef 100644 --- a/Makefile +++ b/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/