Merge pull request #9 from lebrush/build-clean-jar

Delete the jar file when cleaning
This commit is contained in:
mspsim 2013-06-04 22:50:58 -07:00
commit 4b841fbbce
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@
<target name="clean" description="clean up" >
<delete dir="${build}"/>
<delete file="${jarfile}" />
</target>
</project>