summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDavid A. Wheeler <dwheeler@dwheeler.com>2013-09-01 20:21:04 -0400
committerDavid A. Wheeler <dwheeler@dwheeler.com>2013-09-01 20:21:04 -0400
commit5c545e92fb2c41ca6c8d5e8ef3cfb8d5babb9107 (patch)
tree96e99942389af71f3fdd7e8f875f9d4b9cf64c75 /makefile
parent7bfa200baafec69dac53d4294a9fbc7b8639b292 (diff)
downloadsloccount-git-5c545e92fb2c41ca6c8d5e8ef3cfb8d5babb9107.tar.gz
Add basic Javascript support [from Akita Noek]
- https://sourceforge.net/p/sloccount/patches/4/
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 8dbe1ee..30127f6 100644
--- a/makefile
+++ b/makefile
@@ -102,6 +102,7 @@ EXECUTABLES= \
get_sloc \
get_sloc_details \
haskell_count \
+ javascript_count \
lex_count \
lisp_count \
make_filelists \