aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dep
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-24 16:57:33 -0400
committeriamcheeseman <[email protected]>2026-05-24 16:57:33 -0400
commit39a02a3bf2fe923d595e4f8df693a524c47291d5 (patch)
treee622bb68e3c40a38dfc48bd5bff5cba46e368292 /Makefile.dep
parent8a4b5ca6740fc5e4f7b219fb900db9ab8835cce4 (diff)
Make project C99 compliant (remove glad)
Diffstat (limited to 'Makefile.dep')
-rw-r--r--Makefile.dep11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile.dep b/Makefile.dep
index 9f0fc61..28add12 100644
--- a/Makefile.dep
+++ b/Makefile.dep
@@ -21,9 +21,8 @@ teensy_ui.o: teensy/teensy_ui.c teensy/teensy_ui.h teensy/teensy_common.h \
teensy/teensy_log.h teensy/teensy_mem.h teensy/teensy.h \
teensy/teensy_list.h teensy/teensy_platform.h teensy/teensy_context.h \
teensy/teensy_renderer.h
-glad.o: teensy/platform/gl/glad/glad.c teensy/platform/gl/glad/glad.h
-gl.o: teensy/platform/gl/gl.c teensy/platform/gl/glad/glad.h \
- teensy/platform/gl/GLFW/glfw3.h teensy/teensy.h teensy/teensy_common.h \
- teensy/teensy_log.h teensy/teensy_mem.h teensy/teensy_list.h \
- teensy/teensy_common.h teensy/teensy_platform.h teensy/teensy.h \
- teensy/teensy_context.h teensy/teensy_renderer.h
+gl.o: teensy/platform/gl/gl.c teensy/platform/gl/GLFW/glfw3.h \
+ teensy/teensy.h teensy/teensy_common.h teensy/teensy_log.h \
+ teensy/teensy_mem.h teensy/teensy_list.h teensy/teensy_common.h \
+ teensy/teensy_platform.h teensy/teensy.h teensy/teensy_context.h \
+ teensy/teensy_renderer.h