mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
11 lines
137 B
Makefile
11 lines
137 B
Makefile
TOOLCHAIN ?= ios
|
|
EXE = bin
|
|
|
|
SDK ?= iphonesimulator
|
|
|
|
BUILD_DIR := $(BUILD_DIR)/$(SDK)
|
|
|
|
ifdef ARCH
|
|
BUILD_DIR := $(BUILD_DIR)/$(ARCH)
|
|
endif
|