diff --git a/targets/stm32l432/Makefile b/targets/stm32l432/Makefile index 9594f2f..e7db178 100644 --- a/targets/stm32l432/Makefile +++ b/targets/stm32l432/Makefile @@ -62,7 +62,6 @@ boot-no-sig: build-release-locked: cbor clean2 boot-sig-checking clean all-locked $(VENV) $(merge_hex) solo.hex bootloader.hex all.hex - rm -f solo.hex bootloader.hex # don't program solo.hex ... build-release: cbor clean2 boot-sig-checking clean all $(VENV) $(merge_hex) solo.hex bootloader.hex all.hex