cooja clean also cleaning cooja_mspsim and mrm
This commit is contained in:
parent
e1a159d7a2
commit
d656052f7e
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ The COOJA Simulator
|
||||||
<target name="clean" depends="init">
|
<target name="clean" depends="init">
|
||||||
<delete dir="${build}"/>
|
<delete dir="${build}"/>
|
||||||
<delete dir="${dist}"/>
|
<delete dir="${dist}"/>
|
||||||
|
<ant antfile="build.xml" dir="apps/mrm" target="clean" inheritAll="false"/>
|
||||||
|
<ant antfile="build.xml" dir="apps/mspsim" target="clean" inheritAll="false"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="run" depends="init, compile, jar, copy configs">
|
<target name="run" depends="init, compile, jar, copy configs">
|
||||||
|
|
Loading…
Add table
Reference in a new issue