]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - makefile
Finish updating the manpage; make the example config file match.
[dead/htsn.git] / makefile
index dfc3d1df795431bf5959d0d4a8d26a0eebc83675..c6c79812539f456877a7af34cd55f530f67774ac 100644 (file)
--- a/makefile
+++ b/makefile
@@ -22,7 +22,9 @@ doc: src/*.hs
 
 clean:
        runghc Setup.hs clean
-
+       rm -f *.log
+       rm -f *.xml
+       rm -rf tmp
 
 $(TESTSUITE_BIN): src/*.hs test/TestSuite.hs
        runghc Setup.hs configure --user --enable-tests