added str-list.c
This commit is contained in:
parent
4c080dd248
commit
f76f494dcc
5 changed files with 378 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ path : unit.c $(ROOT)src/path.o $(addprefix $(ROOT),$(obj-strbuf))
|
|||
fscrawl : $(ROOT)src/fscrawl.o $(addprefix $(ROOT),$(obj-fscrawl))
|
||||
notify : $(addprefix $(ROOT),$(obj-notify))
|
||||
log : $(addprefix $(ROOT),$(obj-log))
|
||||
str-list : unit.c $(addprefix $(ROOT),$(obj-str-list))
|
||||
|
||||
clean :
|
||||
$(RM) $(patsubst t_%.c,test_%,$(wildcard t_*.c))
|
||||
|
|
|
|||
Reference in a new issue