Makefile

changeset 55
bf54085ce341
parent 54
b3f24e23bc25
child 61
47a5fc33590a
child 66
1b12cf799fee
equal deleted inserted replaced
54:b3f24e23bc25 55:bf54085ce341
29 # available configs: gcc, clang 29 # available configs: gcc, clang
30 CONF=gcc 30 CONF=gcc
31 31
32 include $(CONF).mk 32 include $(CONF).mk
33 33
34 34 SRC = frontend.c
35 SRC = c2html.c 35 SRC += c2html.c
36 SRC += highlighter.c 36 SRC += highlighter.c
37 SRC += ucx/allocator.c 37 SRC += ucx/allocator.c
38 SRC += ucx/buffer.c 38 SRC += ucx/buffer.c
39 SRC += ucx/list.c 39 SRC += ucx/list.c
40 SRC += ucx/string.c 40 SRC += ucx/string.c

mercurial