diff --git a/Makefile b/Makefile index beb0508b9..ce43c97c4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BUILDPROF=$(BUILD) -prof -auto-all PROFILE=./hledger -s balance +RTS -p TIME=`date +"%Y%m%d%H%M"` -build: Tags +build: tag $(BUILD) buildopt opt: clean @@ -99,7 +99,7 @@ clean-docs: # misc -Tags: +tag: rm -f TAGS; hasktags -e *hs Ledger/*hs clean: