Skip to content

Commit

Permalink
fix ant clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutmon committed Aug 17, 2016
1 parent 9364361 commit 517323e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HomologyMapper/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

<target name="clean">
<delete dir="${build.dir}"/>
<delete file="${dist.name}"/>
<delete dir="${dist.dir}"/>
<delete dir="bin"/>
</target>

<target name="prepare">
Expand Down

0 comments on commit 517323e

Please sign in to comment.