Added a 'sloc' build target, for showing total lines of code.
This commit is contained in:
parent
6ccacde696
commit
eaccff2932
1 changed files with 3 additions and 0 deletions
|
|
@ -525,6 +525,9 @@ report: all
|
|||
genhtml -o doc/report doc/report/ledger_cov.info
|
||||
@echo Coverage reported generated\; now open doc/report/index.html
|
||||
|
||||
sloc:
|
||||
sloccount $(srcdir)/src $(srcdir)/python $(srcdir)/lisp $(srcdir)/test
|
||||
|
||||
######################################################################
|
||||
|
||||
STAGING = /tmp/ledger
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue