cconf.c: use sha1_io.h
This commit is contained in:
parent
0b2b159b2d
commit
c1198121bb
2 changed files with 7 additions and 18 deletions
7
Makefile
7
Makefile
|
|
@ -11,9 +11,10 @@ install : $(PROGRAMS)
|
|||
cp $^ $(HOME)/bin/
|
||||
|
||||
dlight : dlight.o buffer.o env.o http.o rss.o lockfile.o filter.o cconf.o \
|
||||
proc-cache.o dlhist.o error.o
|
||||
dlight-compile : compile.o buffer.o env.o lockfile.o filter.o cconf.o error.o
|
||||
dlight-read-config : read-config.o buffer.o env.o cconf.o error.o
|
||||
sha1_io.o proc-cache.o dlhist.o error.o
|
||||
dlight-compile : compile.o buffer.o env.o lockfile.o filter.o cconf.o \
|
||||
sha1_io.o error.o
|
||||
dlight-read-config : read-config.o buffer.o env.o cconf.o sha1_io.o error.o
|
||||
dlight-filter-check: filter-check.o filter.o error.o
|
||||
|
||||
dlight-% : %.o
|
||||
|
|
|
|||
Reference in a new issue