aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dep
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-25 15:47:08 -0400
committeriamcheeseman <[email protected]>2026-05-25 15:47:08 -0400
commit8122098e3854bf68ca63cc25e082ba51a27b8615 (patch)
tree471e7191211b0f66f1c7c7c4c81cf2589e6f3c8d /Makefile.dep
parent1fb9ed0d6f627662f8d001afa761860d63d9f4a2 (diff)
I realized that Makefiles are dumb
Diffstat (limited to 'Makefile.dep')
-rw-r--r--Makefile.dep28
1 files changed, 0 insertions, 28 deletions
diff --git a/Makefile.dep b/Makefile.dep
deleted file mode 100644
index 28add12..0000000
--- a/Makefile.dep
+++ /dev/null
@@ -1,28 +0,0 @@
-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_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 teensy/teensy_platform.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