* <many>: (WIP) use ~/mu/xapian as the database with an embedded version tag
- add checks in the code to make sure the database is up to date,
if not, warn the user.
This commit is contained in:
@ -18,7 +18,7 @@ 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)'
|
||||
@pmccabe `find . -regex '.*\.\(c\|cc\|h\)$'` | sort -nr | awk '($$1 > 10)'
|
||||
|
||||
EXTRA_DIST= \
|
||||
TODO \
|
||||
|
||||
Reference in New Issue
Block a user