aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 877d10b18..5dcfc24f8 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,8 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-get-tar-commit-id git-apply git-stripspace \
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-prune-packed git-fetch-pack git-upload-pack git-clone-pack
+ git-prune-packed git-fetch-pack git-upload-pack git-clone-pack \
+ git-show-index
all: $(PROG)