Files
Upsilon/build/platform.simulator.mak
Émilie Feral 3f711da8e4 [Makefile] Create a build option: EPSILON_BOOT_PROMPT that can be
'update' or 'beta' to display a prompt informing about new update or
beta version
2018-10-16 11:09:50 +02:00

9 lines
138 B
Makefile

TOOLCHAIN ?= host-gcc
ifeq ($(OS),Windows_NT)
TOOLCHAIN = mingw
endif
USE_LIBA = 0
EXE = elf
EPSILON_ONBOARDING_APP = 0
SFLAGS += -fPIE