From 5ff7d4636a84009eedabd7e6b08c41991c394a2f Mon Sep 17 00:00:00 2001 From: Thomas Ba Date: Fri, 2 Jan 2015 19:35:11 +0100 Subject: [PATCH] expanded makefile --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4376755..d7f9cd5 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,11 @@ publish: build clean: rm -rv _site/* -install_gems: +init: + git submodule update --init bundle install --path vendor/install + +update: + git submodule foreach git pull origin master + git submodule update + bundle update