makefile tweak

This commit is contained in:
Simon Michael 2008-11-23 21:50:47 +00:00
parent 37a79ba415
commit 99e326a77c

View File

@ -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: