add a git-submodule make target.

This commit is contained in:
skullY
2017-08-26 20:58:19 -07:00
committed by Jack Humbert
부모 ba2ad57ca8
커밋 ed56a6859f

파일 보기

@ -551,6 +551,10 @@ test: test-all
.PHONY: test-clean
test-clean: test-all-clean
git-submodule:
git submodule sync --recursive
git submodule update --init --recursive
ifdef SKIP_VERSION
SKIP_GIT := yes
endif