From 9b324cc44719194f7c247bece0c6bbe8a0ba51ca Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 26 Oct 2011 23:45:40 +0800 Subject: [PATCH] When calling make pull, call submodule update too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 382583f..ab9b794 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ install: pull: ${GIT} pull -v origin master + ${GIT} submodule update --init push: pull ${GIT} push origin master