[apps/Makefile] Keep only ExpressionEditor and Calculation apps.

Change-Id: I34816ec88395114e4d6034f78918253652be5cc9
This commit is contained in:
Léa Saviot
2018-01-15 11:53:54 +01:00
parent 5ff32b8162
commit 01880d30c3

View File

@@ -1,5 +1,5 @@
EPSILON_I18N_LANGUAGES ?= en fr es de pt
EPSILON_APPS ?= expression_editor calculation graph sequence settings statistics probability regression code
EPSILON_APPS ?= expression_editor calculation
include apps/shared/Makefile
include apps/home/Makefile