]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Don't call clean before every compile (they're getting slow).
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 2 Jan 2014 01:00:25 +0000 (20:00 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 2 Jan 2014 01:00:25 +0000 (20:00 -0500)
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