From 5435880d343a44c9aa9092a7b72e01184a30267d Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 14 Dec 2025 10:39:30 -0500 Subject: [PATCH] Bring in SCC to keep track of how much code this is. --- Makefile | 2 +- stb_image.h => vendor/stb_image.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename stb_image.h => vendor/stb_image.h (100%) diff --git a/Makefile b/Makefile index afadde2..e6a7c36 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/stb_image.h b/vendor/stb_image.h similarity index 100% rename from stb_image.h rename to vendor/stb_image.h