From 17cbcd0ab52fa0f90fd606cb0c2b28019966de85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Fri, 19 Jan 2018 17:36:01 +0100 Subject: [PATCH] [apps/Makefile] Put all the apps back. Change-Id: Ic88eee0e64c4b17364a08a4d4e5bb99fd0481914 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 4072eb811..7e5d367ab 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -1,5 +1,5 @@ EPSILON_I18N_LANGUAGES ?= en fr es de pt -EPSILON_APPS ?= calculation settings +EPSILON_APPS ?= calculation graph sequence settings statistics probability regression code include apps/shared/Makefile include apps/home/Makefile