diff --git a/scripts/cloc_all.sh b/scripts/cloc_all.sh index f6abdbd9..71437085 100755 --- a/scripts/cloc_all.sh +++ b/scripts/cloc_all.sh @@ -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 diff --git a/scripts/cloc_toolset.sh b/scripts/cloc_toolset.sh new file mode 100755 index 00000000..298e3b04 --- /dev/null +++ b/scripts/cloc_toolset.sh @@ -0,0 +1,3 @@ +#!/bin/bash +SCRIPT_DIR=`dirname "$BASH_SOURCE"` +cloc $SCRIPT_DIR/../toolset/model_converter/sources