Browse Source

add a `git-submodule` make target.

pull/1655/head 0.5.116
skullY 6 years ago
committed by Jack Humbert
parent
commit
ed56a6859f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile View File

@ -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