Files
Upsilon/scripts/platform.blackbox.mak
2019-03-06 15:00:59 +01: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