mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 01:00:50 +01:00
17 lines
303 B
Makefile
17 lines
303 B
Makefile
USE_LIBA = 0
|
|
EPSILON_ONBOARDING_APP = 0
|
|
SFLAGS += -fPIE
|
|
EXE = elf
|
|
|
|
ifndef SDL_PATH
|
|
$(error SDL_PATH should point to the SDL2 sources. A recent snapshot is required.)
|
|
endif
|
|
|
|
SFLAGS += -I$(SDL_PATH)/include
|
|
|
|
ifndef MODEL
|
|
$(error MODEL should be defined)
|
|
endif
|
|
|
|
include build/platform.sdl.$(MODEL).mak
|