From e9f567d698b935424d9c59437499eaeac3ddea41 Mon Sep 17 00:00:00 2001 From: batt Date: Fri, 25 Jul 2008 17:48:56 +0000 Subject: [PATCH] Restore correct default application. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1522 38d2e660-2303-0410-9eaa-f027e97ec537 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec9502e6..c899766b 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ default: all include bertos/config.mk #Include subtargets -#include app/demo/demo.mk +include app/demo/demo.mk #include app/at91sam7s/at91sam7s.mk #include app/battfs/battfs_test.mk -include app/triface/triface.mk +#include app/triface/triface.mk include bertos/rules.mk -- 2.25.1