Skip to content

Commit

Permalink
linecount counts more dirs than just src/
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdonahue committed Sep 8, 2014
1 parent 3cf3df8 commit 2d88103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ all: $(NAME) $(STATIC_NAME) tools examples
everything: all py$(PROJECT) mat$(PROJECT) test warn lint runtest

linecount:
cloc --read-lang-def=$(PROJECT).cloc src/$(PROJECT)/
cloc --read-lang-def=$(PROJECT).cloc \
src/$(PROJECT) include/$(PROJECT) tools examples \
python matlab

lint: $(EMPTY_LINT_REPORT)

Expand Down

0 comments on commit 2d88103

Please sign in to comment.