diff options
author | Alexis211 <alexis211@gmail.com> | 2009-08-29 15:20:49 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-08-29 15:20:49 +0200 |
commit | 0139012d683036fb661fed62babb71f59ec9ab45 (patch) | |
tree | a3be3c9fef99ee5a39357491df6e4a530b1636f6 /Makefile | |
parent | c92beeedda51487696ce476ee30604f22e7b2270 (diff) | |
download | Melon-0139012d683036fb661fed62babb71f59ec9ab45.tar.gz Melon-0139012d683036fb661fed62babb71f59ec9ab45.zip |
.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,6 +43,6 @@ qemu: stats: echo; echo " ** Statistics for project O3S ** "; \ echo -n "Lines of code : "; \ - cat src/{*,*/*,*/*/*}.{c,asm,cpp,h} 2> /dev/null | wc -l; \ + cat src/*/{*,*/*}.{c,asm,cpp,h} 2> /dev/null | wc -l; \ echo "TODOs : "; \ cat src/{*,*/*,*/*/*}.{c,asm,cpp,h} 2> /dev/null | grep TODO; |