aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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