|
@@ -154,7 +154,7 @@ log-monitor:
|
|
|
.PHONY: update-submodules
|
|
|
update-submodules:
|
|
|
@echo "更新子模块"
|
|
|
- @git submodule update --init --recursive
|
|
|
+ @git submodule update --recursive
|
|
|
@git submodule foreach git pull origin master
|
|
|
|
|
|
.PHONY: update-submodules-by-mirror
|