From ab7bcbff865faa7b10793a9016a71e4c2e95c1f2 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 29 Nov 2014 11:10:55 +0800 Subject: [PATCH] Add --recurse-submodules=yes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab9b794..8f273a7 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ install: ./install.sh pull: - ${GIT} pull -v origin master + ${GIT} pull -v --recurse-submodules=yes origin master ${GIT} submodule update --init push: pull