mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
9 lines
138 B
Makefile
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
|