diff options
| author | iamcheeseman <[email protected]> | 2026-05-23 10:55:01 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-23 10:55:01 -0400 |
| commit | c2ea095659dea04663b83fe5313173f209c9bb0b (patch) | |
| tree | 9e9d79902a442bdf1bb2ef6b38507217574b673e /Makefile.dep | |
| parent | 5d36dcd67478cdb235f39d2aecb3270aba954001 (diff) | |
tyui text input boxes
Diffstat (limited to 'Makefile.dep')
| -rw-r--r-- | Makefile.dep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.dep b/Makefile.dep index b4778de..942d214 100644 --- a/Makefile.dep +++ b/Makefile.dep @@ -21,7 +21,8 @@ teensy_renderer.o: teensy/teensy_renderer.c teensy/teensy_renderer.h \ teensy/teensy.h teensy/teensy_list.h teensy/teensy_context.h 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_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 \ |
