Makefile: build only Calculation application by default

This commit is contained in:
Émilie Feral
2018-08-10 15:54:07 +02:00
parent a4b19e5fc7
commit 797459794b
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ include poincare/Makefile
include python/Makefile
include escher/Makefile
# Executable Makefiles
#include apps/Makefile
include apps/Makefile
include build/struct_layout/Makefile
include quiz/Makefile # Quiz needs to be included at the end