From d486b461df3461e593d5311d05844be95de922a0 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 16 Feb 2025 21:16:09 -0500 Subject: renderer: simplify api --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3