aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-16 16:31:08 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-16 16:31:08 -0500
commit4ffae4aeec2e5cc708f3a13899ad6b280b25b83f (patch)
tree32a94ebef53a1e31965fa5eeab8323114a0532d1 /Makefile
parent9bd3edfb51ac9b975bb02596eebafb2c9069aa36 (diff)
downloadvolute-4ffae4aeec2e5cc708f3a13899ad6b280b25b83f.zip
number field widget
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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