Initialize submodules during makefile build

This commit is contained in:
Zachary Yedidia 2017-07-21 17:53:26 -04:00
parent 9d2915c328
commit 5dcc486214

View file

@ -34,7 +34,7 @@ install-quick:
update:
git pull
git submodule update
git submodule update --init
# Builds the runtime
runtime: