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