X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=blobdiff_plain;f=makefile;h=8710287b79cb52e0978df8e004bddc756ae3056f;hp=f94050d902109f9a5f8274ab370b2bddca4dbe8d;hb=fdd40277556133bd14cf0a3f13749f4663b5f3ba;hpb=a8abe8f8e85662f544235f1d0a43524e5077078a diff --git a/makefile b/makefile index f94050d..8710287 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ profile: src/*.hs runghc Setup.hs configure --user --enable-executable-profiling runghc Setup.hs build -doc: src/*.hs +doc: *.cabal src/*.hs runghc Setup.hs configure --user runghc Setup.hs hscolour --executables runghc Setup.hs haddock --internal \ @@ -22,7 +22,9 @@ doc: src/*.hs clean: runghc Setup.hs clean - rm *.log + rm -f *.log + rm -f *.xml + rm -rf tmp $(TESTSUITE_BIN): src/*.hs test/TestSuite.hs runghc Setup.hs configure --user --enable-tests