Fix order of git pull
This commit is contained in:
parent
e28b4c58c7
commit
1a172db74b
2
Makefile
2
Makefile
|
@ -150,9 +150,9 @@ update:
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
git pull --rebase --recurse-submodules
|
git pull --rebase --recurse-submodules
|
||||||
git clean -X -f -d
|
|
||||||
git submodule sync
|
git submodule sync
|
||||||
git submodule update --recursive --init
|
git submodule update --recursive --init
|
||||||
|
git clean -X -f -d
|
||||||
make clean
|
make clean
|
||||||
make update
|
make update
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue