X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=makefile;h=35241bece52f5ac5e0dbe049d2a17c7108cbe3f6;hp=08b02ce805f0bd232e8718fddeb2e9ccf455fdd4;hb=b83a4dc5c3471d485147738e0f78e18352243377;hpb=2104fcab31ed92c308ce6b05c03d10f9f8b4cf16 diff --git a/makefile b/makefile index 08b02ce..35241be 100644 --- a/makefile +++ b/makefile @@ -19,6 +19,8 @@ $(DOCTESTS_BIN): src/*.hs test/Doctests.hs clean: runghc Setup.hs clean + rm -f src/*.hi + rm -f src/*.o test: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN) runghc Setup.hs test