ucx/Makefile

changeset 26
59f147baea31
parent 22
76cdd8209f1f
child 35
fdabd1240b69
equal deleted inserted replaced
25:3192553c0df1 26:59f147baea31
27 # 27 #
28 28
29 include ../$(CONF).mk 29 include ../$(CONF).mk
30 30
31 # list of source files 31 # list of source files
32 SRC = list.c dlist.c map.c mempool.c string.c 32 SRC = list.c dlist.c map.c mempool.c string.c test.c
33 33
34 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) 34 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
35 35
36 all: libucx 36 all: libucx
37 37

mercurial