From f37588f9a4c7c6b418c64f03d82d48ecd14da217 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Fri, 7 Jun 2013 16:13:03 -0700 Subject: added the batchtools to the make clean target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3