From 22a3b5369f6f5e9f81afbb1abd767152432c43ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Fri, 10 Aug 2018 10:37:15 +0200 Subject: [PATCH] Makefile: build escher --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7aa5ede3f..3e059c232 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ include ion/Makefile include kandinsky/Makefile include poincare/Makefile include python/Makefile -#include escher/Makefile +include escher/Makefile # Executable Makefiles #include apps/Makefile include build/struct_layout/Makefile