1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

View file

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