Makefile: build only Calculation application by default

This commit is contained in:
Émilie Feral
2018-08-10 15:54:07 +02:00
parent a4b19e5fc7
commit 797459794b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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