build: added --recursive to git clone in Makefile and script/bootstrap

pull/25/head
Pavol Rusnak 6 years ago
parent 277a01a24c
commit 06fbb91f12
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save