summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-09-06 11:49:11 +0200
committerAlexis211 <alexis211@gmail.com>2009-09-06 11:49:11 +0200
commit50115ce7b42baf30d31cbee2669bc3d694098d12 (patch)
treea6813f867a940602ae5997a26a08b54fa0449411 /Makefile
parentaa5aa4482314078c52f86226a1753511d3f4a4cb (diff)
downloadMelon-50115ce7b42baf30d31cbee2669bc3d694098d12.tar.gz
Melon-50115ce7b42baf30d31cbee2669bc3d694098d12.zip
Cleanup'ed a TODO
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0432f41..32cd382 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,5 @@ stats:
echo -n "Lines of code : "; \
cat Source/*/{*,*/*,*/*/*}.{c,asm,cpp,h} 2> /dev/null | wc -l; \
echo "TODOs : "; \
- cat Source/*/{*,*/*,*/*/*}.{c,asm,cpp,h} 2> /dev/null | grep TODO;
+ git grep TODO
+ #cat Source/*/{*,*/*,*/*/*}.{c,asm,cpp,h} 2> /dev/null | grep TODO;