* HACKING, TODO, Makefile.am: small updates

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-08 20:57:11 +02:00
parent e9236bf0f8
commit 3fbcac42ab
3 changed files with 21 additions and 15 deletions

View File

@ -19,3 +19,7 @@ SUBDIRS=src
# calculate the cyclomatic-complexity, which should not go over 10
cc10:
@pmccabe `find -name '*.c'` | sort -nr | awk '($$1 > 10)'
EXTRA_DIST= \
TODO \
HACKING