mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
core: remove .sconsign.dblite on make clean
This commit is contained in:
parent
2ae1d9a935
commit
11f8da2f2d
@ -129,6 +129,7 @@ build_cross: ## build mpy-cross port
|
||||
## clean commands:
|
||||
|
||||
clean: clean_boardloader clean_bootloader clean_prodtest clean_firmware clean_unix clean_cross ## clean all
|
||||
rm -f ".sconsign.dblite"
|
||||
|
||||
clean_boardloader: ## clean boardloader build
|
||||
rm -rf $(BOARDLOADER_BUILD_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user