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:
parent
206a7993f3
commit
e78390d9c2
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue