diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-16 16:31:08 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-16 16:31:08 -0500 |
| commit | 4ffae4aeec2e5cc708f3a13899ad6b280b25b83f (patch) | |
| tree | 32a94ebef53a1e31965fa5eeab8323114a0532d1 /Makefile | |
| parent | 9bd3edfb51ac9b975bb02596eebafb2c9069aa36 (diff) | |
| download | volute-4ffae4aeec2e5cc708f3a13899ad6b280b25b83f.zip | |
number field widget
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |