add line counter target in makefile

This commit is contained in:
Yuichi Nishiwaki 2014-01-18 13:06:56 +09:00
parent ee4cb87083
commit e195ec7847
1 changed files with 3 additions and 0 deletions

View File

@ -40,5 +40,8 @@ run:
tak: release tak: release
bin/picrin etc/tak.scm bin/picrin etc/tak.scm
lines: clean
wc -l `find . -name "*.[chyl]"`
no-act: no-act:
bin/picrin -e '' > /dev/null bin/picrin -e '' > /dev/null