dav/Makefile

changeset 40
a95ee94b9204
parent 33
0bbbb0341606
child 46
0542668d0f26
equal deleted inserted replaced
39:3e55bed345f9 40:a95ee94b9204
28 28
29 include ../$(CONF).mk 29 include ../$(CONF).mk
30 30
31 SRC = main.c 31 SRC = main.c
32 SRC += config.c 32 SRC += config.c
33 SRC += crypto.c
34 SRC += optparser.c 33 SRC += optparser.c
35 34
36 35
37 OBJ = $(SRC:%.c=../build/tool/%.$(OBJ_EXT)) 36 OBJ = $(SRC:%.c=../build/tool/%.$(OBJ_EXT))
38 37

mercurial