]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - makefile
Don't call clean before every compile (they're getting slow).
[dead/htsn-import.git] / makefile
index 07530a6efb6c04cf9ecf92040b64b4b4e61b04d1..d71ce4d002bea6e2f86d1fe5bb65ac94769971b9 100644 (file)
--- a/makefile
+++ b/makefile
@@ -7,12 +7,10 @@ TEST_SRCS := $(shell find test/ -type f -name '*.hs')
 .PHONY : dist hlint
 
 $(BIN): $(PN).cabal $(SRCS)
-       runghc Setup.hs clean
        runghc Setup.hs configure --user --prefix=/
        runghc Setup.hs build
 
 profile: $(PN).cabal $(SRCS)
-       runghc Setup.hs clean
        runghc Setup.hs configure --user --enable-executable-profiling --prefix=/
        runghc Setup.hs build