summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-04-30 21:37:22 +0100
committerReuben Thomas <rrt@sc3d.org>2017-05-04 21:09:18 +0100
commitc873a66176b37488a60777c524ff89b445735af5 (patch)
tree8e6d5c98b7fa6fc2c17fb87baf3cf4407508bdd2 /Makefile.am
parent03572ad888d159218528475644dea2488f7ed67d (diff)
downloadenchant-c873a66176b37488a60777c524ff89b445735af5.tar.gz
Fix lines of code counting for bootstrap.conf (previously ignored)
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 bfa6b89..0151465 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,4 +28,4 @@ ALL_SOURCE_FILES = \
providers/*.mm
loc:
- cloc $(ALL_SOURCE_FILES)
+ cloc --force-lang="Bourne Shell",conf $(ALL_SOURCE_FILES)