Files
Upsilon/scripts/platform.sdl.mak
2019-03-12 17:45:41 +01:00

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