X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=aefa69c57e8b7806a0f025f6f0885113d6d4a897;hb=941529ddc4cddd04f69d38c0929ec00fe93aadef;hp=b124466b484ad54ef085272c55268c98726213ce;hpb=cc15bc8568ee6dc6032687a6f8d892b702e9c8a2;p=bertos.git diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index b124466b..aefa69c5 --- a/Makefile +++ b/Makefile @@ -6,6 +6,12 @@ # Author: Bernardo Innocenti # # $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. +# # Revision 1.1 2006/03/22 09:51:53 bernie # Add build infrastructure. # @@ -19,8 +25,9 @@ default: all include config.mk # Include subtargets -include app/demo/demo.mk - +#include app/demo/demo.mk +#include app/triface/triface.mk +include app/at91sam7s/at91sam7s.mk include rules.mk