mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
17 lines
463 B
Makefile
17 lines
463 B
Makefile
# You can override those settings on the command line
|
|
|
|
PLATFORM ?= device
|
|
DEBUG ?= 0
|
|
|
|
HOME_DISPLAY_EXTERNALS ?= 1
|
|
EPSILON_VERSION ?= 14.4.1
|
|
OMEGA_VERSION ?= 1.21.0
|
|
# OMEGA_USERNAME ?= N/A
|
|
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external
|
|
EPSILON_I18N ?= en fr nl pt it de es hu
|
|
EPSILON_GETOPT ?= 0
|
|
EPSILON_TELEMETRY ?= 0
|
|
ESCHER_LOG_EVENTS_BINARY ?= 0
|
|
THEME_NAME ?= omega_light
|
|
THEME_REPO ?= local
|