diff options
author | Ian Lynagh <igloo@earth.li> | 2009-01-09 15:39:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-01-09 15:39:29 +0000 |
commit | 3dc46bacd276fc0105827b9a771aec497ab73792 (patch) | |
tree | a750e6b6692b7e465ce89a7176830ad0c42a1e3b /testsuite/Makefile | |
parent | b4b5a575dc01a67e687d4e0557618336fa0bb4a3 (diff) | |
download | haskell-3dc46bacd276fc0105827b9a771aec497ab73792.tar.gz |
Add clean and distclean targets
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r-- | testsuite/Makefile | 3 |
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 |