add a `git-submodule` make target.

master
skullY 7 years ago committed by Jack Humbert
parent ba2ad57ca8
commit 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

Loading…
Cancel
Save