From faed9d33b0a6bd6c2376e313fa3b73512c545caa Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 17 Mar 2008 21:50:07 +0000 Subject: [PATCH] Set default target to demo app. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1195 38d2e660-2303-0410-9eaa-f027e97ec537 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1934ea34..43b9ec7b 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ default: all include 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 rules.mk -- 2.25.1