Преглед на файлове

add a `git-submodule` make target.

skullY преди 7 години
родител
ревизия
ed56a6859f
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      Makefile

+ 4 - 0
Makefile

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