* update configuration files

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-16 15:27:41 +02:00
parent ec2c26ed50
commit 90c9b61d37
4 changed files with 7 additions and 9 deletions

View File

@ -14,11 +14,11 @@
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
SUBDIRS=src
SUBDIRS=src man
# calculate the cyclomatic-complexity, which should not go over 10
#cc10:
# @pmccabe `find . -regex '.*\.\(c\|cc\|h\)$'` | sort -nr | awk '($$1 > 10)'
cc10:
@pmccabe `find . -regex '.*\.\(c\|cc\|h\)$'` | sort -nr | awk '($$1 > 10)'
EXTRA_DIST= \
TODO \