Add submodule sync

This commit is contained in:
Jeremy Soller 2016-12-14 10:06:09 -07:00
parent 090168e0ea
commit e8dc85169c

View file

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