ucx/Makefile

changeset 2
79646375a420
parent 1
20c788d1e278
child 7
68091406d1cf
equal deleted inserted replaced
1:20c788d1e278 2:79646375a420
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 = 32 SRC = list.c map.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