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