From 2572fc6c5d491ebce29e7b375f7902eb71f1fb54 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 1 Jan 2014 20:00:25 -0500 Subject: [PATCH] Don't call clean before every compile (they're getting slow). --- makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/makefile b/makefile index 07530a6..d71ce4d 100644 --- 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 -- 2.43.2