From d5e97d2392f16f45ef587e3db1dbe47990a74a74 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Fri, 8 Sep 2017 10:28:11 +0000 Subject: [PATCH] Clean up benchmarks dir --- benchmarks/java/build.xml | 2 ++ build.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/benchmarks/java/build.xml b/benchmarks/java/build.xml index aa417efd76..9e88b83211 100644 --- a/benchmarks/java/build.xml +++ b/benchmarks/java/build.xml @@ -100,4 +100,6 @@ <target name="clean"> <delete dir="./build" /> </target> + + <target name="distclean" depends="clean" /> </project> diff --git a/build.xml b/build.xml index 1a293af83a..64b73c57f8 100644 --- a/build.xml +++ b/build.xml @@ -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. -- GitLab