Moved compile-platforms from examples/ to tools/release-tools

This commit is contained in:
adamdunkels 2009-06-18 08:40:57 +00:00
parent 532c1b6c77
commit 4c22ef33d0
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
all: print-version hello-world
CONTIKI = ../../..
CONTIKI = ../../../..
APPS=serial-shell webserver telnetd
ifeq ($(TARGET), avr-raven)

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: hello-world.c,v 1.2 2007/11/27 21:58:07 adamdunkels Exp $
* $Id: hello-world.c,v 1.1 2009/06/18 08:40:57 adamdunkels Exp $
*/
/**