mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 20:18:51 +08:00
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 New Issue
Block a user