mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 03:26:08 +00:00
also clean avrora project
This commit is contained in:
@@ -57,6 +57,7 @@ The COOJA Simulator
|
|||||||
<delete dir="${dist}"/>
|
<delete dir="${dist}"/>
|
||||||
<ant antfile="build.xml" dir="apps/mrm" target="clean" inheritAll="false"/>
|
<ant antfile="build.xml" dir="apps/mrm" target="clean" inheritAll="false"/>
|
||||||
<ant antfile="build.xml" dir="apps/mspsim" target="clean" inheritAll="false"/>
|
<ant antfile="build.xml" dir="apps/mspsim" target="clean" inheritAll="false"/>
|
||||||
|
<ant antfile="build.xml" dir="apps/avrora" target="clean" inheritAll="false"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="run" depends="init, compile, jar, copy configs">
|
<target name="run" depends="init, compile, jar, copy configs">
|
||||||
@@ -100,7 +101,7 @@ The COOJA Simulator
|
|||||||
<target name="jar" depends="jar_cooja">
|
<target name="jar" depends="jar_cooja">
|
||||||
<ant antfile="build.xml" dir="apps/mrm" target="jar" inheritAll="false"/>
|
<ant antfile="build.xml" dir="apps/mrm" target="jar" inheritAll="false"/>
|
||||||
<ant antfile="build.xml" dir="apps/mspsim" target="jar" inheritAll="false"/>
|
<ant antfile="build.xml" dir="apps/mspsim" target="jar" inheritAll="false"/>
|
||||||
<ant antfile="build.xml" dir="apps/avrora" target="jar" inheritAll="false"/>
|
<ant antfile="build.xml" dir="apps/avrora" target="jar" inheritAll="false"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="run_nogui" depends="init, compile, jar, copy configs">
|
<target name="run_nogui" depends="init, compile, jar, copy configs">
|
||||||
|
Reference in New Issue
Block a user