From 99e326a77c32487ee9e59cb7d571f7b6cfdc8ff9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 Nov 2008 21:50:47 +0000 Subject: [PATCH] makefile tweak --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37dcc168e..cf50994ad 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,8 @@ show-changes: @darcs changes --from-tag . | grep '*' sloc: - @echo "lines of test and app code:" + @echo "test code:" @sloccount Tests.hs | grep haskell: + @echo "non-test code:" @sloccount `ls {,Ledger/}*.hs |grep -v Tests.hs` | grep haskell: