aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2013-06-07 16:13:03 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2013-06-07 16:13:03 -0700
commitf37588f9a4c7c6b418c64f03d82d48ecd14da217 (patch)
tree425242a2d8fe379e8615f43b3970e725b59614fa /Makefile
parent88c95d18a81e4f107cc4e5967bfa45d1bf4882a1 (diff)
added the batchtools to the make clean target
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