mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Makefile: build only Calculation application by default
This commit is contained in:
2
Makefile
2
Makefile
@@ -33,7 +33,7 @@ include poincare/Makefile
|
||||
include python/Makefile
|
||||
include escher/Makefile
|
||||
# Executable Makefiles
|
||||
#include apps/Makefile
|
||||
include apps/Makefile
|
||||
include build/struct_layout/Makefile
|
||||
include quiz/Makefile # Quiz needs to be included at the end
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ DEBUG ?= 0
|
||||
EPSILON_VERSION ?= 1.6.0
|
||||
EPSILON_ONBOARDING_APP ?= 1
|
||||
EPSILON_SOFTWARE_UPDATE_PROMPT ?= 1
|
||||
EPSILON_APPS ?= calculation graph code statistics probability solver sequence regression settings
|
||||
EPSILON_APPS ?= calculation
|
||||
EPSILON_I18N ?= en fr es de pt
|
||||
EPSILON_GETOPT ?= 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user