From: Michael Orlitzky Date: Tue, 3 Sep 2013 16:05:45 +0000 (-0400) Subject: Clean up object files in `make clean`. X-Git-Tag: 0.2.0~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=b83a4dc5c3471d485147738e0f78e18352243377;ds=sidebyside Clean up object files in `make clean`. --- 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