Archived
1
0
Fork 0

added str-list.c

This commit is contained in:
Henrik Hautakoski 2010-12-23 11:27:39 +01:00
parent 4c080dd248
commit f76f494dcc
5 changed files with 378 additions and 0 deletions

View file

@ -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))