X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=32385676c55b7756228f11e614755bd45bb7decb;hb=a37e06422eefce32514b38e3b44bb119250c4003;hp=dfc3d1df795431bf5959d0d4a8d26a0eebc83675;hpb=91f4cfbc5214ad3a6db8dba09001639b905cab02;p=dead%2Fhtsn.git diff --git a/makefile b/makefile index dfc3d1d..3238567 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,8 @@ doc: src/*.hs clean: runghc Setup.hs clean - + rm -f *.log + rm -rf tmp $(TESTSUITE_BIN): src/*.hs test/TestSuite.hs runghc Setup.hs configure --user --enable-tests