rename that pesky tags target

This commit is contained in:
Simon Michael 2008-10-10 01:44:40 +00:00
parent 2f59135953
commit 15ea00a327

View File

@ -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: