mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
16 lines
252 B
Makefile
16 lines
252 B
Makefile
USE_LIBA = 0
|
|
ION_KEYBOARD_LAYOUT = layout_B2
|
|
EPSILON_ONBOARDING_APP = 0
|
|
EPSILON_GETOPT = 1
|
|
|
|
SFLAGS += -fPIE
|
|
EXE = elf
|
|
|
|
ifndef MODEL
|
|
$(error MODEL should be defined)
|
|
endif
|
|
|
|
BUILD_DIR := $(BUILD_DIR)/$(MODEL)
|
|
|
|
include scripts/platform.sdl.$(MODEL).mak
|