From 3927aec06d612d62512e9b10ca3c3c10cbf90292 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Fri, 16 Aug 2019 13:52:17 +0800 Subject: [PATCH] dont remove solo.hex bootloader.hex --- targets/stm32l432/Makefile | 1 - 1 file changed, 1 deletion(-) 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