From 559d7ba2c90d7a96f19e4faa362e58dc896fe2c8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 19 Aug 2011 18:39:58 +0000 Subject: [PATCH] tools: more mnemonic LOC rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa2e111b6..b6c6c67aa 100644 --- a/Makefile +++ b/Makefile @@ -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