tools: cloc.bat wraps cloc

This commit is contained in:
Bill Zissimopoulos 2019-03-13 15:04:39 -07:00
parent a811cd2cf8
commit b2912460e0
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

7
tools/cloc.bat Executable file
View File

@ -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" .