From 26c78c206f5e5aa3ab5b00d281c964b89771d76c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Oct 2012 15:07:44 -0400 Subject: [PATCH] Compare comment-reduced and unreduced line counts. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.26.2