X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=ce3a75b6cc79ad271720cd842993958759c704bd;hb=20cce16e98fc9b052c5862efa6394a285971e846;hp=60003dba35079b6ea508cdbcea1bab8e83eff6d2;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/Makefile b/Makefile index 60003db..ce3a75b 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,8 @@ clean: statistics: @echo -n "Lines in source files: " - @-$(FIND) -name *.cpp | xargs cat | wc -l + @-$(FIND) ./src -name "*.cpp" | xargs cat | wc -l @echo -n "Lines in header files: " - @-$(FIND) -name *.h | xargs cat | wc -l + @-$(FIND) ./src -name "*.h" | xargs cat | wc -l dist: clean