diff -r 9f25df78925e -r 47a5fc33590a Makefile --- a/Makefile Thu Nov 10 18:44:48 2016 +0100 +++ b/Makefile Mon Nov 13 13:52:00 2017 +0100 @@ -34,11 +34,6 @@ SRC = frontend.c SRC += c2html.c SRC += highlighter.c -SRC += ucx/allocator.c -SRC += ucx/buffer.c -SRC += ucx/list.c -SRC += ucx/string.c -SRC += ucx/utils.c OBJ = $(SRC:%.c=build/%$(OBJ_EXT))