Skip to content

Commit

Permalink
build: fix clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Feb 4, 2018
1 parent 24b4951 commit dc43daa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@

<target name="clean" description="Cleans all directories controlled by this script">
<delete includeemptydirs="true">
<dirset dir="bin">
<include name="*"/>
<exclude name="libs"/>
</dirset>
<fileset dir="bin">
<include name="**/*"/>
<exclude name="libs/**"/>
</fileset>
</delete>

<forEachModule>
Expand Down

0 comments on commit dc43daa

Please sign in to comment.