From 4ffae4aeec2e5cc708f3a13899ad6b280b25b83f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 16 Feb 2025 16:31:08 -0500 Subject: number field widget --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a075288..11a5ef4 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ else endif LDFLAGS += $(GLFLAG) -SRC = main.c microui.c renderer.c +SRC = main.c microui.c renderer.c widget.c ui.c OBJ = ${SRC:.c=.o} all: volute @@ -28,4 +28,4 @@ volute: ${OBJ} %.o: %.c ${CC} -c ${CFLAGS} $< -${SRC}: microui.h renderer.h atlas.inl +${SRC}: microui.h renderer.h atlas.inl widget.h ui.h -- cgit v1.2.3