From 50115ce7b42baf30d31cbee2669bc3d694098d12 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sun, 6 Sep 2009 11:49:11 +0200 Subject: Cleanup'ed a TODO --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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; -- cgit v1.2.3