make tog compile again
diff --git a/tog/Makefile b/tog/Makefile
index 144d8da..fd1c06e 100644
--- a/tog/Makefile
+++ b/tog/Makefile
@@ -6,7 +6,7 @@ SRCS= tog.c blame.c commit_graph.c delta.c diff.c diffoffset.c \
object_idset.c object_parse.c opentemp.c path.c pack.c \
privsep.c reference.c repository.c sha1.c worktree.c \
utf8.c inflate.c buf.c worklist.c rcsutil.c diff3.c \
- lockfile.c
+ lockfile.c deflate.c object_create.c
CPPFLAGS = -I${.CURDIR}/../include -I${.CURDIR}/../lib \
-DGOT_LIBEXECDIR=${GOT_LIBEXECDIR}