makefile var cleanup

This commit is contained in:
Simon Michael 2008-09-28 03:24:29 +00:00
parent 97cd582b7f
commit 48c1a2ef99

View File

@ -1,5 +1,6 @@
BUILD=ghc --make hledger.hs -o hledger -prof -auto-all
BUILDOPT=ghc --make hledger.hs -o hledgeropt -O2
BUILD=ghc --make hledger.hs -o hledger
BUILDOPT=$(BUILD)opt -O2
BUILDPROF=$(BUILD) -prof -auto-all
PROFILE=./hledger -s balance +RTS -p
TIME=`date +"%Y%m%d%H%M"`
@ -44,3 +45,4 @@ clean:
Clean: clean
rm -f hledger hledgeropt overview TAGS tags