added urlencode to makefile
This commit is contained in:
parent
f0513713cb
commit
19acc052dc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ endif
|
|||
|
||||
LFLAGS =
|
||||
DEPS =
|
||||
OBJS = string_list.o vector.o linked_list.o logger.o
|
||||
OBJS = string_list.o vector.o linked_list.o logger.o urlencode.o
|
||||
|
||||
%.o: %.c $(DEPS)
|
||||
$(CC) -c -o $@ $< $(CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue