X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=c6c79812539f456877a7af34cd55f530f67774ac;hb=204f007f0cf40420fc7fe7738b66d96c0547f0fe;hp=dfc3d1df795431bf5959d0d4a8d26a0eebc83675;hpb=91f4cfbc5214ad3a6db8dba09001639b905cab02;p=dead%2Fhtsn.git diff --git a/makefile b/makefile index dfc3d1d..c6c7981 100644 --- 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