Files
Upsilon/build/platform.blackbox.mak
Émilie Feral 3f711da8e4 [Makefile] Create a build option: EPSILON_BOOT_PROMPT that can be
'update' or 'beta' to display a prompt informing about new update or
beta version
2018-10-16 11:09:50 +02:00

10 lines
122 B
Makefile

TOOLCHAIN ?= host-gcc
USE_LIBA ?= 0
EXE = bin
EPSILON_ONBOARDING_APP = 0
ifeq ($(DEBUG),1)
else
SFLAGS += -DNDEBUG
endif