update Tags and clean targets

This commit is contained in:
Simon Michael 2008-10-03 01:12:14 +00:00
parent 8db5aa5f04
commit 9a72298a4c

View File

@ -32,10 +32,10 @@ loc:
@darcs trackdown 'find . -name "*hs" |xargs wc -l |echo OUTPUT `tail -1`; false' |ruby -nae'puts $$F[1] if /^OUTPUT/'
Tags:
hasktags *hs
rm -f TAGS; hasktags -e *hs Ledger/*hs
clean:
rm -f *.o *.hi *~ 1 2
rm -f {,Ledger/}*{.o,.hi,~}
clean-docs:
rm -rf api-doc hoogle