mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
build: added --recursive to git clone in Makefile and script/bootstrap
This commit is contained in:
parent
277a01a24c
commit
06fbb91f12
2
Makefile
2
Makefile
@ -34,4 +34,4 @@ libtrezor.a:
|
||||
.PHONY: vendor
|
||||
|
||||
vendor:
|
||||
git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
|
@ -7,4 +7,4 @@ set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
|
Loading…
Reference in New Issue
Block a user