summaryrefslogtreecommitdiff
path: root/testsuite/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-01-09 15:39:29 +0000
committerIan Lynagh <igloo@earth.li>2009-01-09 15:39:29 +0000
commit3dc46bacd276fc0105827b9a771aec497ab73792 (patch)
treea750e6b6692b7e465ce89a7176830ad0c42a1e3b /testsuite/Makefile
parentb4b5a575dc01a67e687d4e0557618336fa0bb4a3 (diff)
downloadhaskell-3dc46bacd276fc0105827b9a771aec497ab73792.tar.gz
Add clean and distclean targets
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r--testsuite/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile
index 39648e7656..e40c6523a6 100644
--- a/testsuite/Makefile
+++ b/testsuite/Makefile
@@ -8,4 +8,7 @@ CLEAN_FILES += mk/wordsize.mk
all ::
cd tests/ghc-regress && $(MAKE) $(MFLAGS)
+clean distclean:
+ $(MAKE) -C timeout $@
+
include $(TOP)/mk/target.mk