about summary refs log tree commit diff
path: root/scripts/linecount.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/linecount.sh')
-rwxr-xr-xscripts/linecount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linecount.sh b/scripts/linecount.sh
index eb8978ce..7b2116eb 100755
--- a/scripts/linecount.sh
+++ b/scripts/linecount.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-wc `find . -iname *.cpp` `find . -iname *.h`
+wc `find . -iname *.cpp` `find . -iname *.h` `find . -iname *.c`