mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 07:50:57 +00:00
fix(core): add missing targets to make clean
[skip_ci]
This commit is contained in:
parent
048205b864
commit
b37e5c916f
@ -158,7 +158,7 @@ build_cross: ## build mpy-cross port
|
|||||||
|
|
||||||
## clean commands:
|
## clean commands:
|
||||||
|
|
||||||
clean: clean_boardloader clean_bootloader clean_prodtest clean_firmware clean_unix clean_cross ## clean all
|
clean: clean_boardloader clean_bootloader clean_bootloader_ci clean_prodtest clean_reflash clean_firmware clean_unix clean_cross ## clean all
|
||||||
rm -f ".sconsign.dblite"
|
rm -f ".sconsign.dblite"
|
||||||
|
|
||||||
clean_boardloader: ## clean boardloader build
|
clean_boardloader: ## clean boardloader build
|
||||||
@ -167,6 +167,9 @@ clean_boardloader: ## clean boardloader build
|
|||||||
clean_bootloader: ## clean bootloader build
|
clean_bootloader: ## clean bootloader build
|
||||||
rm -rf $(BOOTLOADER_BUILD_DIR)
|
rm -rf $(BOOTLOADER_BUILD_DIR)
|
||||||
|
|
||||||
|
clean_bootloader_ci: ## clean bootloader_ci build
|
||||||
|
rm -rf $(BOOTLOADER_CI_BUILD_DIR)
|
||||||
|
|
||||||
clean_prodtest: ## clean prodtest build
|
clean_prodtest: ## clean prodtest build
|
||||||
rm -rf $(PRODTEST_BUILD_DIR)
|
rm -rf $(PRODTEST_BUILD_DIR)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user