1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 23:38:09 +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: ## dependencies commands:
vendor: ## update git submodules vendor: ## update git submodules
git submodule update --init git submodule update --init --recursive --force
res: ## update resources res: ## update resources
./tools/res_collect ./tools/res_collect