Skip to content

Commit

Permalink
add a git-submodule make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed authored and jackhumbert committed Aug 28, 2017
1 parent ba2ad57 commit ed56a68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed56a68

Please sign in to comment.