Skip to content

Commit

Permalink
added clean nad build ant target
Browse files Browse the repository at this point in the history
  • Loading branch information
Limraj committed Jul 13, 2021
1 parent c137c42 commit c9d93d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,10 @@
nbproject/build-impl.xml file.
-->
<target name="clean" >
<delete dir="build"/>
<delete dir="dist"/>
</target>
<target name="build" depends="clean, compile, jar">
</target>
</project>

0 comments on commit c9d93d3

Please sign in to comment.