mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
make submodule_update -> make update
This commit is contained in:
parent
914e905146
commit
1986992bd9
4
Makefile
4
Makefile
@ -3,10 +3,10 @@ STMHAL_BUILD_DIR=vendor/micropython/stmhal/build-TREZORV2
|
||||
help: ## show this help
|
||||
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36mmake %-15s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
|
||||
|
||||
submodule_update: ## update git submodules
|
||||
update: ## update git submodules
|
||||
git submodule update
|
||||
|
||||
build: submodule_update build_stmhal build_unix ## build both stmhal and unix micropython ports
|
||||
build: update build_stmhal build_unix ## build both stmhal and unix micropython ports
|
||||
|
||||
build_stmhal: ## build stmhal port
|
||||
make -C vendor/micropython/stmhal
|
||||
|
Loading…
Reference in New Issue
Block a user