X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=c6c79812539f456877a7af34cd55f530f67774ac;hb=431c2a85ca0fc6be25d6ef35447c6f4ccf54b34c;hp=32385676c55b7756228f11e614755bd45bb7decb;hpb=7c3e8169dfce7de580f2f224d0845de01b379249;p=dead%2Fhtsn.git diff --git a/makefile b/makefile index 3238567..c6c7981 100644 --- a/makefile +++ b/makefile @@ -23,6 +23,7 @@ doc: src/*.hs clean: runghc Setup.hs clean rm -f *.log + rm -f *.xml rm -rf tmp $(TESTSUITE_BIN): src/*.hs test/TestSuite.hs