update cloc scripts

This commit is contained in:
2018-12-05 03:33:12 +07:00
parent 888c4df66b
commit d853ea5af7
2 changed files with 5 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ cloc \
$SCRIPT_DIR/../headers/enduro2d \
$SCRIPT_DIR/../sources/enduro2d \
$SCRIPT_DIR/../samples/sources \
$SCRIPT_DIR/../untests/sources
$SCRIPT_DIR/../untests/sources \
$SCRIPT_DIR/../toolset/model_converter/sources

3
scripts/cloc_toolset.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
cloc $SCRIPT_DIR/../toolset/model_converter/sources