added make clean + added an extra compilation command with CORE enabled

This commit is contained in:
fros4943 2009-06-26 13:56:20 +00:00
parent a4bc10edfa
commit eb964b9dc6
1 changed files with 6 additions and 1 deletions

View File

@ -21,12 +21,17 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #sky1</description> <description>Sky Mote Type #sky1</description>
<source>../../../examples/sky-shell-exec/sky-shell-exec.c</source> <source>../../../examples/sky-shell-exec/sky-shell-exec.c</source>
<commands>echo COMPILING CONTIKI EXECUTABLE <commands>echo CLEANING
make clean TARGET=sky
echo COMPILING CONTIKI EXECUTABLE
make hello-world.ce TARGET=sky make hello-world.ce TARGET=sky
echo COMPILING FIRMWARE WITH CORE echo COMPILING FIRMWARE WITH CORE
make sky-shell-exec.sky TARGET=sky make sky-shell-exec.sky TARGET=sky
make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky
make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky
make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky
make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky</commands> make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky</commands>
<firmware>../../../examples/sky-shell-exec/sky-shell-exec.sky</firmware> <firmware>../../../examples/sky-shell-exec/sky-shell-exec.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>