X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=d71ce4d002bea6e2f86d1fe5bb65ac94769971b9;hb=2572fc6c5d491ebce29e7b375f7902eb71f1fb54;hp=07530a6efb6c04cf9ecf92040b64b4b4e61b04d1;hpb=7c134b7065f2c139a48ba8b0df810f01972c55e2;p=dead%2Fhtsn-import.git 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