From 01880d30c3de617f0af596eb744e65aa8249d283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 15 Jan 2018 11:53:54 +0100 Subject: [PATCH] [apps/Makefile] Keep only ExpressionEditor and Calculation apps. Change-Id: I34816ec88395114e4d6034f78918253652be5cc9 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 60e285088..f99c5bae4 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -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