aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-16 21:16:09 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-16 21:16:09 -0500
commitd486b461df3461e593d5311d05844be95de922a0 (patch)
tree18acca8cbd7e3608e9daef5e700e43f0ee363200 /Makefile
parentac6ef66cc8f60ecc9d7ee8691bf7a73fcc24f4b7 (diff)
downloadvolute-d486b461df3461e593d5311d05844be95de922a0.zip
renderer: simplify api
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11a5ef4..5c99727 100644
--- a/Makefile
+++ b/Makefile
@@ -28,4 +28,4 @@ volute: ${OBJ}
%.o: %.c
${CC} -c ${CFLAGS} $<
-${SRC}: microui.h renderer.h atlas.inl widget.h ui.h
+${OBJ}: microui.h renderer.h atlas.inl widget.h ui.h