From 468955a5633c812ec03d4144256c79e5e128834b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 16 Apr 2009 06:34:04 +0000 Subject: [PATCH] make development builds quickly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2386d2b7..3aeff739a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ default: tag build PATCHES:=$(shell expr `darcs changes --count --from-tag=\\\\\.` - 1) # build the normal hledger binary -BUILD=ghc --make hledger.hs -o hledger -O +BUILD=ghc --make hledger.hs -o hledger #-O FLAGS=-DPATCHES=$(PATCHES) # optional extras described in README, turn em on if you've got the libs OPTFLAGS= #-DVTY -DHAPPS