diff --git a/Makefile.am b/Makefile.am index b0d76732..06497d59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,8 +17,8 @@ SUBDIRS=src # calculate the cyclomatic-complexity, which should not go over 10 -cc10: - @pmccabe `find -name '*.c'` | sort -nr | awk '($$1 > 10)' +#cc10: +# @pmccabe `find . -regex '.*\.\(c\|cc\|h\)$'` | sort -nr | awk '($$1 > 10)' EXTRA_DIST= \ TODO \