Skip to content

Commit

Permalink
Make clean now also removes native
Browse files Browse the repository at this point in the history
  • Loading branch information
irtimmer committed May 8, 2014
1 parent 72e5a5c commit b49eb19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<target name="clean">
<delete dir="${build.dir}"/>
<delete dir="${classes.dir}"/>
<exec executable="make clean" dir="${libs.omx.dir}"/>
<exec executable="make clean" dir="${libs.opus.dir}"/>
<exec executable="make clean" dir="${libs.alsa.dir}"/>
<exec executable="make clean" dir="${libs.io.dir}"/>
</target>

<target name="all" depends="clean, dist"/>
Expand Down

0 comments on commit b49eb19

Please sign in to comment.