mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
7 lines
81 B
Makefile
7 lines
81 B
Makefile
TOOLCHAIN ?= macos
|
|
EXE = bin
|
|
|
|
ifdef ARCH
|
|
BUILD_DIR := $(BUILD_DIR)/$(ARCH)
|
|
endif
|