aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-05-07 21:44:17 -0700
committerJunio C Hamano <junkio@cox.net>2005-05-07 21:44:17 -0700
commit77a837314ef504ed3447087c0fed7222ebb9ae42 (patch)
tree9757bd4769b3c8d17ab30cfe7dfee23d35b9e505 /Makefile
parenta4f35a2dc0f98f4cac906f9a748857f61bb3b84c (diff)
downloadgit-77a837314ef504ed3447087c0fed7222ebb9ae42.tar.gz
Build and install git-get-tar-commit-id
This useful program is not build nor installed by the Makefile. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e3463b50b..f8fea48617 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-check-files git-ls-tree git-merge-base git-merge-cache \
git-unpack-file git-export git-diff-cache git-convert-cache \
git-http-pull git-rpush git-rpull git-rev-list git-mktag \
- git-diff-tree-helper git-tar-tree git-local-pull git-write-blob
+ git-diff-tree-helper git-tar-tree git-local-pull git-write-blob \
+ git-get-tar-commit-id
all: $(PROG)