From e5372e4b4332e2c96e1a72d947d336d65da5f3e6 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Thu, 26 May 2016 11:59:49 -0400 Subject: [PATCH] Create the scripts directory --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1b9a7f7..f87a9e4 100644 --- a/Makefile +++ b/Makefile @@ -198,6 +198,7 @@ setup: config @mkdir -p build; @mkdir -p posts; @mkdir -p templates; + @mkdir -p scripts; -@yes n | cp -i .source/templates/* templates/ 2>/dev/null -@yes n | cp -i .source/deploy.sh.example deploy.sh 2>/dev/null