Skip to content

Commit 10ce76f

Browse files
committed
Fix Makefile SLOC check
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 87946a6 commit 10ce76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ repl:
1818
swift -F '$(TMPDIR)/SQLite.swift/Build/Products/Debug'
1919

2020
sloc:
21-
@zsh -c "grep -vE '^ *//|^$$' SQLite\ Common/*.{swift,h,c} | wc -l"
21+
@zsh -c "grep -vE '^ *//|^$$' SQLite/*.{swift,h,c} | wc -l"
2222

0 commit comments

Comments
 (0)