From 16f2cd4be3d2dc726b97a4164a838059b535a568 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 16 Aug 2016 21:45:40 +0100 Subject: [PATCH] build env --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8c79214..bb83b96 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,9 @@ clean: rm -rf $(PLUGINS_DIR)/* -install: node_modules pelican_plugins +install: env node_modules pelican_plugins -pelican_plugins: +pelican_plugins: env rm -rf $(PLUGINS_DIR) || "No existing extensions" git clone --recursive https://github.com/getpelican/pelican-plugins $(PLUGINS_DIR) || "Git Fail" @echo ">> Hotfixing..."