aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-13 19:45:26 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-13 19:45:26 -0700
commita87e8be2aece466e3f41dfde81c80709e1d56cd3 (patch)
tree5bb819266abdb8e9990cbbb16fa6d9f345370eb5 /Makefile
parent85c414b5e05d2087e779cdd3587d6ad4cae56e72 (diff)
downloadgit-a87e8be2aece466e3f41dfde81c80709e1d56cd3.tar.gz
Add a "git-daemon" that listens on a TCP port
.. and does a "git-upload-pack" on demand.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 779fbbbfc9..21dd582255 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \
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-show-index
+ git-show-index git-daemon
all: $(PROG)