mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
12 lines
155 B
Makefile
12 lines
155 B
Makefile
TOOLCHAIN = apple
|
|
EXE = bin
|
|
|
|
APPLE_PLATFORM = macos
|
|
APPLE_PLATFORM_MIN_VERSION = 10.10
|
|
|
|
ARCHS = x86_64
|
|
|
|
ifdef ARCH
|
|
BUILD_DIR := $(BUILD_DIR)/$(ARCH)
|
|
endif
|