makefile tweak
This commit is contained in:
parent
37a79ba415
commit
99e326a77c
3
Makefile
3
Makefile
@ -118,7 +118,8 @@ show-changes:
|
|||||||
@darcs changes --from-tag . | grep '*'
|
@darcs changes --from-tag . | grep '*'
|
||||||
|
|
||||||
sloc:
|
sloc:
|
||||||
@echo "lines of test and app code:"
|
@echo "test code:"
|
||||||
@sloccount Tests.hs | grep haskell:
|
@sloccount Tests.hs | grep haskell:
|
||||||
|
@echo "non-test code:"
|
||||||
@sloccount `ls {,Ledger/}*.hs |grep -v Tests.hs` | grep haskell:
|
@sloccount `ls {,Ledger/}*.hs |grep -v Tests.hs` | grep haskell:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user