Skip to content

Commit

Permalink
clean target updated
Browse files Browse the repository at this point in the history
  • Loading branch information
markheger committed May 7, 2020
1 parent 70c378b commit 234c4e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,20 @@
</exec>
</target>

<target name="clean"
<target name="clean" depends="cleansamples"
description="clean up" >
<ant dir="${toolkit}" target="clean"/>
<delete dir="${tmp}"/>
</target>

<target name="cleansamples">
<exec executable="make" failonerror="true" dir="${basedir}/samples/RuntimeFilter">
<arg value="-f" />
<arg value="Makefile" />
<arg value="clean" />
</exec>
</target>

<target name="toolkit"
description="Build any code and index the toolkit." >
<ant dir="${toolkit}" target="all"/>
Expand Down

0 comments on commit 234c4e1

Please sign in to comment.