mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
makefile var cleanup
This commit is contained in:
parent
97cd582b7f
commit
48c1a2ef99
6
Makefile
6
Makefile
@ -1,5 +1,6 @@
|
|||||||
BUILD=ghc --make hledger.hs -o hledger -prof -auto-all
|
BUILD=ghc --make hledger.hs -o hledger
|
||||||
BUILDOPT=ghc --make hledger.hs -o hledgeropt -O2
|
BUILDOPT=$(BUILD)opt -O2
|
||||||
|
BUILDPROF=$(BUILD) -prof -auto-all
|
||||||
PROFILE=./hledger -s balance +RTS -p
|
PROFILE=./hledger -s balance +RTS -p
|
||||||
TIME=`date +"%Y%m%d%H%M"`
|
TIME=`date +"%Y%m%d%H%M"`
|
||||||
|
|
||||||
@ -44,3 +45,4 @@ clean:
|
|||||||
|
|
||||||
Clean: clean
|
Clean: clean
|
||||||
rm -f hledger hledgeropt overview TAGS tags
|
rm -f hledger hledgeropt overview TAGS tags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user