Makefile

changeset 61
47a5fc33590a
parent 55
bf54085ce341
child 62
3fff4c364ffc
     1.1 --- a/Makefile	Thu Nov 10 18:44:48 2016 +0100
     1.2 +++ b/Makefile	Mon Nov 13 13:52:00 2017 +0100
     1.3 @@ -34,11 +34,6 @@
     1.4  SRC  = frontend.c
     1.5  SRC += c2html.c
     1.6  SRC += highlighter.c
     1.7 -SRC += ucx/allocator.c
     1.8 -SRC += ucx/buffer.c
     1.9 -SRC += ucx/list.c
    1.10 -SRC += ucx/string.c
    1.11 -SRC += ucx/utils.c
    1.12  
    1.13  OBJ = $(SRC:%.c=build/%$(OBJ_EXT))
    1.14  

mercurial