Archived
1
0
Fork 0

sha1_io: inline functions

This commit is contained in:
Henrik Hautakoski 2012-08-22 11:57:33 +02:00
parent ee17b5e370
commit 569d0167d8
3 changed files with 15 additions and 40 deletions

View file

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