Bring in SCC to keep track of how much code this is.

This commit is contained in:
Zed A. Shaw 2025-12-14 10:39:30 -05:00
parent 10fc100e2b
commit 5435880d34
2 changed files with 1 additions and 1 deletions

View file

@ -57,4 +57,4 @@ debug_test: build
gdb --nx -x .gdbinit --ex run --ex bt --ex q --args builddir/runtests -e "[pathing]"
money:
scc --exclude-dir subprojects
scc --exclude-dir subprojects,vendor

View file