Skip to content

Commit

Permalink
ant: clean: also clean up built classes and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bleuzen committed Nov 18, 2020
1 parent fffe89e commit 93aa1ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

<target name="clean">
<delete dir="${build.dir}"/>
<delete dir="${classes.dir}"/>
<delete dir="${lib.dir}"/>
</target>

<target name="compile">
Expand Down

0 comments on commit 93aa1ee

Please sign in to comment.