Fix order of git pull

This commit is contained in:
Jeremy Soller 2016-12-19 08:00:19 -07:00
parent e28b4c58c7
commit 1a172db74b

View file

@ -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