sha1_io: inline functions
This commit is contained in:
parent
ee17b5e370
commit
569d0167d8
3 changed files with 15 additions and 40 deletions
6
Makefile
6
Makefile
|
|
@ -11,10 +11,10 @@ install : $(PROGRAMS)
|
|||
cp $^ $(HOME)/bin/
|
||||
|
||||
dlight : dlight.o buffer.o env.o http.o rss.o lockfile.o filter.o cconf.o \
|
||||
sha1_io.o proc-cache.o dlhist.o hash.o error.o
|
||||
proc-cache.o dlhist.o hash.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
|
||||
error.o
|
||||
dlight-read-config : read-config.o buffer.o env.o cconf.o error.o
|
||||
dlight-filter-check: filter-check.o filter.o error.o
|
||||
|
||||
dlight-% : %.o
|
||||
|
|
|
|||
Reference in a new issue