1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

Makefile: vendor target add --recursive and --force to git submodule update (#38)

This commit is contained in:
mcudev 2017-10-11 10:17:17 -04:00 committed by Pavol Rusnak
parent ead626404b
commit 0fbda80e31

View File

@ -36,7 +36,7 @@ help: ## show this help
## dependencies commands:
vendor: ## update git submodules
git submodule update --init
git submodule update --init --recursive --force
res: ## update resources
./tools/res_collect