tools: more mnemonic LOC rule

This commit is contained in:
Simon Michael 2011-08-19 18:39:58 +00:00
parent 16e92d0ebb
commit 559d7ba2c9

View File

@ -775,7 +775,7 @@ showreleaseauthors:
@darcs changes --from-tag . |grep '^\w' |cut -c 31- |sort |uniq
@echo
showloc:
showloc sloccount:
@echo Current lines of code including tests:
@sloccount `ls $(SOURCEFILES)` | grep haskell:
@echo