Clean up benchmarks dir

This commit is contained in:
str4d
2017-09-08 10:28:11 +00:00
parent 40642c805c
commit d5e97d2392
2 changed files with 3 additions and 0 deletions

View File

@@ -100,4 +100,6 @@
<target name="clean">
<delete dir="./build" />
</target>
<target name="distclean" depends="clean" />
</project>

View File

@@ -994,6 +994,7 @@
<delete dir="core/c/jcpuid/lib" />
<ant dir="installer/resources/locale" target="distclean" />
<ant dir="installer/tools/java" target="distclean" />
<ant dir="benchmarks/java" target="distclean" />
<!--
NOTE! We need to turn off the default excludes for these
patterns to work.