Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add git-zip-tree
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index b15b420ea218b23a53548577bdc874f8484a6d78..d9741f917f0dab4d9a7e98764fdb04d8f3443cb4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-292,7
+292,8
@@
BUILTIN_OBJS = \
builtin-update-ref.o \
builtin-upload-tar.o \
builtin-verify-pack.o \
- builtin-write-tree.o
+ builtin-write-tree.o \
+ builtin-zip-tree.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
LIBS = $(GITLIBS) -lz