Skip to content

Instantly share code, notes, and snippets.

@KirkWylie
Created August 25, 2009 13:32
Show Gist options
  • Save KirkWylie/174691 to your computer and use it in GitHub Desktop.
Save KirkWylie/174691 to your computer and use it in GitHub Desktop.
<!-- =================================
target: clean
================================= -->
<target name="clean" description="--> clean the project">
<delete includeemptydirs="true" quiet="true">
<fileset dir="${src.dir}" />
<fileset dir="${build.dir}" />
</delete>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment