5 lines
121 B
Makefile
5 lines
121 B
Makefile
|
.PHONY: git-submodule
|
||
|
git-submodule:
|
||
|
git submodule sync --recursive
|
||
|
git submodule update --init --recursive --progress
|