Update submodules commands in Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -22,8 +22,10 @@ define ClearTests
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
submodules: ## Update submodules
|
sub-init: ## Initialize submodules
|
||||||
@git submodule update --init --recursive
|
@git submodule update --init --recursive
|
||||||
|
|
||||||
|
sub-update: ## Initialize submodules
|
||||||
@git submodule update --remote --merge
|
@git submodule update --remote --merge
|
||||||
@git submodule foreach git pull origin master
|
@git submodule foreach git pull origin master
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user