diff options
| author | iamcheeseman <[email protected]> | 2026-05-22 11:02:36 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-22 11:02:36 -0400 |
| commit | 0d07ba17500b6c44d17b6465c303e46175507557 (patch) | |
| tree | c1c4e40b5c10c7b0f316f07849bbbc0ba0eb3bf9 /Makefile.dep | |
| parent | e375289782c924c0c382a752498fbd348ea7f918 (diff) | |
switch to a makefile
Diffstat (limited to 'Makefile.dep')
| -rw-r--r-- | Makefile.dep | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Makefile.dep b/Makefile.dep new file mode 100644 index 0000000..b4778de --- /dev/null +++ b/Makefile.dep @@ -0,0 +1,30 @@ +dc.o: dc/dc.c teensy/teensy.h teensy/teensy_common.h teensy/teensy_log.h \ + teensy/teensy_mem.h teensy/teensy_list.h teensy/teensy_ui.h \ + teensy/teensy.h dc/third/qoi.h +teensy_common.o: teensy/teensy_common.c teensy/teensy_common.h \ + teensy/teensy_log.h teensy/teensy_mem.h +teensy_context.o: teensy/teensy_context.c teensy/teensy_context.h \ + teensy/teensy_common.h teensy/teensy_log.h teensy/teensy_mem.h \ + teensy/teensy_renderer.h teensy/teensy.h teensy/teensy_list.h \ + teensy/teensy_platform.h +teensy_list.o: teensy/teensy_list.c teensy/teensy_list.h \ + teensy/teensy_common.h teensy/teensy_log.h teensy/teensy_mem.h +teensy_log.o: teensy/teensy_log.c teensy/teensy_log.h \ + teensy/teensy_common.h teensy/teensy_mem.h +teensy_math.o: teensy/teensy_math.c teensy/teensy.h \ + teensy/teensy_common.h teensy/teensy_log.h teensy/teensy_mem.h \ + teensy/teensy_list.h +teensy_mem.o: teensy/teensy_mem.c teensy/teensy_mem.h \ + teensy/teensy_common.h teensy/teensy_log.h teensy/teensy_list.h +teensy_renderer.o: teensy/teensy_renderer.c teensy/teensy_renderer.h \ + teensy/teensy_common.h teensy/teensy_log.h teensy/teensy_mem.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 +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 |
