* HACKING, TODO, Makefile.am: small updates
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user