Files
Upsilon/scripts/platform.simulator.mak
2019-03-06 15:00:59 +01: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