summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-14 18:17:54 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-14 18:17:54 -0500
commit5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 (patch)
tree4b59cb1d6e513c1caefdc7e4c35955741bcfe206 /Makefile
parent80a67230fe192287503092a3d256aea3a494409c (diff)
chore: fix compiler warnings + extra includes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \