mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
Initialize submodules during makefile build
This commit is contained in:
parent
9d2915c328
commit
5dcc486214
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -34,7 +34,7 @@ install-quick:
|
|||
|
||||
update:
|
||||
git pull
|
||||
git submodule update
|
||||
git submodule update --init
|
||||
|
||||
# Builds the runtime
|
||||
runtime:
|
||||
|
|
|
|||
Loading…
Reference in a new issue