use murmurhash instead of sha1 for deltification blocks; suggested by ori
[got-portable.git] / regress / deltify / Makefile
blob3685d581c00c312631e3fc1877509c48999690d4
1 .PATH:${.CURDIR}/../../lib
3 PROG = deltify_test
4 SRCS = deltify.c error.c opentemp.c sha1.c deltify_test.c murmurhash2.c
6 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
7 LDADD = -lz
9 NOMAN = yes
11 run-regress-deltify_test:
12 ${.OBJDIR}/deltify_test -q
14 .include <bsd.regress.mk>