nes-proj/tools/release-tools
adamdunkels d98de28966 README file for the contents of the release-tools directory 2009-06-26 19:56:33 +00:00
..
compile-examples Makefile for automated nightly building of example code 2009-06-18 08:42:08 +00:00
compile-platforms Moved compile-platforms from examples/ to tools/release-tools 2009-06-18 08:40:57 +00:00
Makefile Cleaned up the release compilation process by moving the targets for the binary packages into separate makefiles 2008-11-06 08:46:35 +00:00
Makefile.raven Added INF files to Raven binary package 2008-11-26 19:49:44 +00:00
Makefile.sky Cleaned up the release compilation process by moving the targets for the binary packages into separate makefiles 2008-11-06 08:46:35 +00:00
README README file for the contents of the release-tools directory 2009-06-26 19:56:33 +00:00

README

The tools/release-tools directory contains files for building and
testing Contiki releases. To compile a release of Contiki, run

  make RELEASE=2.3

for Contiki 2.3. It is also possible to compile a release of a
specific CVS tag or other non-numbered version, such as the current
CVS HEAD, like this:

  make TAG=HEAD

The compile-examples and compile-platform directories are used for
running nightly builds of the CVS version of Contiki.