From: Eric S. Raymond Date: Wed, 3 Oct 2012 19:07:44 +0000 (-0400) Subject: Compare comment-reduced and unreduced line counts. X-Git-Tag: 1.6~12 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=26c78c206f5e5aa3ab5b00d281c964b89771d76c;p=irker.git Compare comment-reduced and unreduced line counts. --- diff --git a/Makefile b/Makefile index d529a91..eb0be38 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,8 @@ pylint: @pylint --output-format=parseable $(PYLINTOPTS) irkerhook.py loc: - grep -vE '(^ *#|^ *$$)' irkerd irkerhook.py | wc -l + @echo "LOC:"; wc -l irkerd irkerhook.py + @echo -n "LLOC: "; grep -vE '(^ *#|^ *$$)' irkerd irkerhook.py | wc -l SOURCES = README COPYING NEWS install.txt security.txt hacking.txt \ irkerd irkerhook.py Makefile irkerd.xml irkerhook.xml