Add submodule sync
This commit is contained in:
parent
090168e0ea
commit
e8dc85169c
1
Makefile
1
Makefile
|
@ -151,6 +151,7 @@ update:
|
||||||
pull:
|
pull:
|
||||||
git pull --rebase --recurse-submodules
|
git pull --rebase --recurse-submodules
|
||||||
git clean -X -f -d
|
git clean -X -f -d
|
||||||
|
git submodule sync
|
||||||
git submodule update --recursive --init
|
git submodule update --recursive --init
|
||||||
make clean
|
make clean
|
||||||
make update
|
make update
|
||||||
|
|
Loading…
Reference in a new issue