mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
8 lines
138 B
Batchfile
Executable File
8 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" .
|