From 92b8dee30877c074cb5c120624c5d06348acacf0 Mon Sep 17 00:00:00 2001 From: dons Date: Sun, 25 Dec 2005 23:44:43 +0000 Subject: [PATCH] should be .lhs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00425b3..cc72669 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ EXTRA_CLEANS+=*.conf.inplace* *.conf.in *.h autom4te.cache \ clean: cd docs && $(MAKE) clean - runhaskell Setup.hs clean 2> /dev/null || true + runhaskell Setup.lhs clean 2> /dev/null || true rm -rf $(CLEAN_FILES) find testsuite -name '*.a' -exec rm {} \; find testsuite -name '*~' -exec rm {} \;