add description to realclean

This commit is contained in:
Jonathan Ellis 2013-03-22 23:06:22 -05:00
parent 9f3c2071bd
commit 54cc503961
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
</target>
<target depends="clean" name="cleanall"/>
<target name="realclean" depends="clean">
<target name="realclean" depends="clean" description="Remove the entire build directory and all downloaded artifacts">
<delete dir="${build.dir}" />
</target>