diff --git a/tools/cloc.bat b/tools/cloc.bat new file mode 100755 index 00000000..6b8ccce3 --- /dev/null +++ b/tools/cloc.bat @@ -0,0 +1,7 @@ +@echo off + +setlocal + +cd %~dp0.. + +cloc --force-lang=c,i --fullpath "--not-match-d=ext/test|build/VStudio/.vs|build/VStudio/build" .