Removed some warnings.
[contiki-2.x/lpc17xxx.git] / tools / release-tools / README
blobd64bf9fdb3645388fea2d067ce8e37b565d15a65
1 The tools/release-tools directory contains files for building and
2 testing Contiki releases. To compile a release of Contiki, run
4   make RELEASE=2.3
6 for Contiki 2.3. It is also possible to compile a release of a
7 specific CVS tag or other non-numbered version, such as the current
8 CVS HEAD, like this:
10   make TAG=HEAD
12 The compile-examples and compile-platform directories are used for
13 running nightly builds of the CVS version of Contiki.