bugfix/convenience

This commit is contained in:
Peter D. Gray 2024-01-10 13:19:25 -05:00
parent 010156f690
commit 1fc6cd4dc6
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

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