1
0
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:
Pavol Rusnak 2018-07-16 14:44:34 +02:00
parent 277a01a24c
commit 06fbb91f12
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 2 additions and 2 deletions

View File

@ -34,4 +34,4 @@ libtrezor.a:
.PHONY: vendor
vendor:
git submodule update --init
git submodule update --init --recursive

View File

@ -7,4 +7,4 @@ set -e
cd "$(dirname "$0")/.."
git submodule update --init
git submodule update --init --recursive