projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4604020
)
Use demo as default app.
author
marco
<marco@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 20 Sep 2006 14:30:14 +0000
(14:30 +0000)
committer
marco
<marco@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 20 Sep 2006 14:30:14 +0000
(14:30 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@714
38d2e660
-2303-0410-9eaa-
f027e97ec537
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 28777ed6fb84bb140d7e77f9ae8c232a3fef9c97..343f05a49920d7ee98cd5b8cdeec924966f85dba 100755
(executable)
--- a/
Makefile
+++ b/
Makefile
@@
-6,6
+6,9
@@
# Author: Bernardo Innocenti <bernie@develer.com>
#
# $Log$
+# Revision 1.3 2006/09/20 14:30:14 marco
+# Use demo as default app.
+#
# Revision 1.2 2006/05/18 00:40:10 bernie
# Setup for AVR development.
#
@@
-22,8
+25,8
@@
default: all
include config.mk
# Include subtargets
-
#
include app/demo/demo.mk
-include app/triface/triface.mk
+include app/demo/demo.mk
+
#
include app/triface/triface.mk
include rules.mk