aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 67ff74c..e5a71f7 100644
--- a/Makefile
+++ b/Makefile
@@ -90,4 +90,7 @@ BATCHTOOLS_DIR := src/batchtools
test: fiveui.crx fiveui.xpi $(topdir)/profiles/chrome $(topdir)/profiles/firefox
cd $(BATCHTOOLS_DIR) && $(MVN_TEST_CMD)
+clean::
+ cd $(BATCHTOOLS_DIR) && $(MVN_EXE) clean
+
endif