mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 15:28:10 +00:00
Makefile: vendor target add --recursive and --force to git submodule update (#38)
This commit is contained in:
parent
ead626404b
commit
0fbda80e31
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user