summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-01-23 20:50:06 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-01-23 20:50:06 +0200
commit501ce008d3bf9d3a0bedbd9622c65ef0b9cc0f1e (patch)
tree1c1a638d412559584bce30707ea32abe86d292a2 /Makefile.am
parentd5aa4e92e0a6cd47d842980546e9bd0c1bc861fa (diff)
* <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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 939f2b4..5f8d85f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \