compiling serial socket project per default

This commit is contained in:
fros4943 2010-04-26 08:20:11 +00:00
parent c2876b2d25
commit 87dd04fbd8
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ The COOJA Simulator
<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/avrora" target="clean" inheritAll="false"/>
<ant antfile="build.xml" dir="apps/serial_socket" target="clean" inheritAll="false"/>
</target>
<target name="run" depends="init, compile, jar, copy configs">
@ -161,6 +162,7 @@ The COOJA Simulator
<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/avrora" target="jar" inheritAll="false"/>
<ant antfile="build.xml" dir="apps/serial_socket" target="jar" inheritAll="false"/>
</target>
<target name="run_nogui" depends="init, compile, jar, copy configs">