mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
update Tags and clean targets
This commit is contained in:
parent
8db5aa5f04
commit
9a72298a4c
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user