build env
This commit is contained in:
parent
49c9dd33a8
commit
16f2cd4be3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -29,9 +29,9 @@ clean:
|
||||||
rm -rf $(PLUGINS_DIR)/*
|
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"
|
rm -rf $(PLUGINS_DIR) || "No existing extensions"
|
||||||
git clone --recursive https://github.com/getpelican/pelican-plugins $(PLUGINS_DIR) || "Git Fail"
|
git clone --recursive https://github.com/getpelican/pelican-plugins $(PLUGINS_DIR) || "Git Fail"
|
||||||
@echo ">> Hotfixing..."
|
@echo ">> Hotfixing..."
|
||||||
|
|
Reference in a new issue