From 797459794b97f432ce89618b3f19ba2d26aa091d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Fri, 10 Aug 2018 15:54:07 +0200 Subject: [PATCH] Makefile: build only Calculation application by default --- Makefile | 2 +- build/config.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3e059c232..a55c41842 100644 --- a/Makefile +++ b/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 diff --git a/build/config.mak b/build/config.mak index 2b6e610a3..eca42ced5 100644 --- a/build/config.mak +++ b/build/config.mak @@ -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