Added a line counting make target for statistics.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-08-07 03:02:37 +02:00
parent 206a7993f3
commit e78390d9c2
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ cleanbuilds:
everything: all deb iso jssortix
# Statistics
linecount:
wc -l `find | grep -E '\.h$$|\.c$$|\.cpp$$|\.s$$|\.asm$$|Makefile$$'` | sort -n
# Local machine
install: all