mirror of
https://github.com/winfsp/winfsp.git
synced 2025-11-27 22:10:23 +08:00
7 lines
138 B
Batchfile
Executable file
7 lines
138 B
Batchfile
Executable file
@echo off
|
|
|
|
setlocal
|
|
|
|
cd %~dp0..
|
|
|
|
cloc --force-lang=c,i --fullpath "--not-match-d=ext/test|build/VStudio/.vs|build/VStudio/build" .
|