From fc2788cc794dd4cb70c27089eade02dc52ada01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Tue, 16 Jan 2018 16:32:28 +0100 Subject: [PATCH] [apps/Makefile] Remove the ExpressionEditor app. Change-Id: I5bcb5064bf1335abda8d6e032eb00f1798463797 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index f99c5bae4..01098023f 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -1,5 +1,5 @@ EPSILON_I18N_LANGUAGES ?= en fr es de pt -EPSILON_APPS ?= expression_editor calculation +EPSILON_APPS ?= calculation include apps/shared/Makefile include apps/home/Makefile