diff options
Diffstat (limited to 'testsuite/timeout')
-rw-r--r-- | testsuite/timeout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile index 6277009dbf..044e52c68f 100644 --- a/testsuite/timeout/Makefile +++ b/testsuite/timeout/Makefile @@ -31,7 +31,8 @@ calibrate.out: # interested in clean distclean: - -$(CABAL) clean + -./Setup clean $(RM) -rf install-inplace $(RM) -f calibrate.out + $(RM) -f Setup Setup.exe Setup.hi Setup.o |