mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
15 lines
220 B
Makefile
15 lines
220 B
Makefile
USE_LIBA = 0
|
|
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
|