ucx/Makefile

branch
newapi
changeset 324
ce13a778654a
parent 253
087cc9216f28
--- a/ucx/Makefile	Thu Oct 03 18:54:19 2024 +0200
+++ b/ucx/Makefile	Sun Oct 06 12:00:31 2024 +0200
@@ -43,6 +43,8 @@
 SRC += printf.c
 SRC += string.c
 SRC += utils.c
+SRC += tree.c
+SRC += iterator.c
 
 OBJ   = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))
 

mercurial