]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Remove *.xml files in `make clean`.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 22 Dec 2013 18:15:07 +0000 (13:15 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 22 Dec 2013 18:15:07 +0000 (13:15 -0500)
makefile

index 32385676c55b7756228f11e614755bd45bb7decb..c6c79812539f456877a7af34cd55f530f67774ac 100644 (file)
--- 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