PHONY targets

This commit is contained in:
yparitcher
2019-01-09 13:56:48 -05:00
parent c2342834dd
commit a4f01c3f23

View File

@@ -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'