bugfix/convenience
This commit is contained in:
parent
010156f690
commit
1fc6cd4dc6
@ -18,6 +18,10 @@ BOOTLOADER_DIR = q1-bootloader
|
||||
|
||||
LATEST_RELEASE = $(shell ls -t1 ../releases/*-q1-*.dfu | head -1)
|
||||
|
||||
# Remove this closer to shipping.
|
||||
$(warning "Forcing debug build")
|
||||
DEBUG_BUILD ?= 1
|
||||
|
||||
# keep near top, because defined default target (all)
|
||||
include shared.mk
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user