mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
13 lines
371 B
Makefile
13 lines
371 B
Makefile
# You can override those settings on the command line
|
|
|
|
PLATFORM ?= device
|
|
DEBUG ?= 0
|
|
|
|
EPSILON_VERSION ?= 15.3.1
|
|
EPSILON_APPS ?= calculation graph code statistics probability solver sequence regression settings
|
|
EPSILON_I18N ?= en fr nl pt it de es
|
|
EPSILON_COUNTRIES ?= WW CA DE ES FR GB IT NL PT US
|
|
EPSILON_GETOPT ?= 0
|
|
EPSILON_TELEMETRY ?= 0
|
|
ESCHER_LOG_EVENTS_BINARY ?= 0
|