From 1ca2d0404918a9ca7b0da01b9f5d7897a2cc5f77 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 29 Nov 2014 11:25:14 +0800 Subject: [PATCH] Add --recursive to submodule update. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab9b794..18d9e1e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ install: pull: ${GIT} pull -v origin master - ${GIT} submodule update --init + ${GIT} submodule update --init --recursive push: pull ${GIT} push origin master