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

15 lines
223 B
Makefile

USE_LIBA = 0
ION_KEYBOARD_LAYOUT = layout_B2
EPSILON_GETOPT = 1
SFLAGS += -fPIE
EXE = elf
ifndef MODEL
$(error MODEL should be defined)
endif
BUILD_DIR := $(BUILD_DIR)/$(MODEL)
include build/platform.sdl.$(MODEL).mak