ucx/Makefile

changeset 49
2f71f4ee247a
parent 32
e5f4d8af567e
--- a/ucx/Makefile	Thu Oct 03 18:52:51 2024 +0200
+++ b/ucx/Makefile	Sun Oct 06 18:18:04 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