From 5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 14 Jan 2025 18:17:54 -0500 Subject: chore: fix compiler warnings + extra includes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b29bf4d..f35e108 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ SRC = \ src/static-cube.cpp \ src/thread-pool.cpp \ src/vendor-cgltf-include.cpp \ - src/vendor-stb-image-include.cpp \ + src/vendor-stb-image-include.c \ src/vendor-tinyfiledialogs.c \ src/window.cpp \ -- cgit v1.2.3