diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-01-16 15:27:41 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-01-16 15:27:41 +0200 |
| commit | 90c9b61d37093e6cd030ac4e6473a32ffb400019 (patch) | |
| tree | ab6fe93d8732f3652b6b4b682b82709a0518da3f /Makefile.am | |
| parent | ec2c26ed5048b7a1ba18cc94ce2244f744287fde (diff) | |
* update configuration files
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 06497d5..939f2b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |
