mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Usage: OMEGA_THEME_REPO must be set to a valid git url, or local for local repository OMEGA_THEME_NAME must be set to an existing theme in the repository
19 lines
516 B
Makefile
19 lines
516 B
Makefile
# You can override those settings on the command line
|
|
|
|
PLATFORM ?= device
|
|
DEBUG ?= 0
|
|
|
|
HOME_DISPLAY_EXTERNALS ?= 1
|
|
EPSILON_VERSION ?= 13.1.0
|
|
OMEGA_VERSION ?= 1.20.0
|
|
# USERNAME ?= N/A
|
|
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external
|
|
EPSILON_I18N ?= en fr es de pt hu
|
|
# EPSILON_I18N ?= en fr es de pt hu
|
|
EPSILON_GETOPT ?= 0
|
|
EPSILON_TELEMETRY ?= 0
|
|
ESCHER_LOG_EVENTS_BINARY ?= 0
|
|
OMEGA_THEME_NAME ?= omega_light
|
|
OMEGA_THEME_REPO ?= local
|
|
LEDS_CHOICE ?= 0
|