diff --git a/Makefile b/Makefile index 0b17f3ee0..e77c7407f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ -BUILD=ghc --make hledger.hs -o hledger +BUILD=ghc --make hledger.hs -o hledger -prof -auto-all # -O2 TOPROFILE=hledger -s balance TIME=`date +"%Y%m%d%H%M"` build: Tags $(BUILD) + profile prof: $(BUILD) -prof -auto-all $(TOPROFILE) +RTS -p