Add "git-prune-packed" that removes objects that exist in a pack.
[gitweb.git] / Makefile
index 2590c817229d2274404457238d4c5bd9698c3221..f55169ed4341e80f99ef2bba0a4b726a2d1e724c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ PROG=   git-update-cache git-diff-files git-init-db git-write-tree \
        git-get-tar-commit-id git-apply git-stripspace \
        git-cvs2git git-diff-stages git-rev-parse git-patch-id \
        git-pack-objects git-unpack-objects git-verify-pack \
-       git-receive-pack git-send-pack
+       git-receive-pack git-send-pack git-prune-packed
 
 all: $(PROG)
 
@@ -138,6 +138,7 @@ git-unpack-objects: unpack-objects.c
 git-verify-pack: verify-pack.c
 git-receive-pack: receive-pack.c
 git-send-pack: send-pack.c
+git-prune-packed: prune-packed.c
 
 git-http-pull: LIBS += -lcurl
 git-rev-list: LIBS += -lssl