From a4f01c3f237c18f1d4f68d2ea59981b34583a2b3 Mon Sep 17 00:00:00 2001 From: yparitcher Date: Wed, 9 Jan 2019 13:56:48 -0500 Subject: [PATCH] PHONY targets --- targets/stm32l432/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/stm32l432/Makefile b/targets/stm32l432/Makefile index ae54730..a074d6f 100644 --- a/targets/stm32l432/Makefile +++ b/targets/stm32l432/Makefile @@ -7,6 +7,8 @@ BOOTMAKE=build/application.mk merge_hex=../../tools/solotool.py mergehex +.PHONY: all all-hacker all-locked debugboot-app debugboot-boot boot-sig-checking boot-no-sig build-release-locked build-release build-release build-hacker build-debugboot clean clean2 flash flash_dfu flashboot detach cbor test + all: $(MAKE) -f $(APPMAKE) -j8 solo.hex PREFIX=$(PREFIX) DEBUG=$(DEBUG) EXTRA_DEFINES='-DFLASH_ROP=1'