Add --recursive to submodule update.

This commit is contained in:
Gea-Suan Lin
2014-11-29 11:25:14 +08:00
parent a78f50b828
commit 1ca2d04049

View File

@@ -9,7 +9,7 @@ install:
pull: pull:
${GIT} pull -v origin master ${GIT} pull -v origin master
${GIT} submodule update --init ${GIT} submodule update --init --recursive
push: pull push: pull
${GIT} push origin master ${GIT} push origin master