Added a 'sloc' build target, for showing total lines of code.

This commit is contained in:
John Wiegley 2009-02-01 02:30:19 -04:00
parent 6ccacde696
commit eaccff2932

View file

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