Files
Upsilon/build/platform.blackbox.mak
Romain Goyet d70bad84f3 Rename the scripts folder to build
And the build folder to output
2019-09-18 17:46:38 +02:00

10 lines
127 B
Makefile

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