summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 65f0d0e)
raw | patch | inline | side by side (parent: 65f0d0e)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 25 Apr 2005 22:29:45 +0000 (15:29 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 25 Apr 2005 22:29:45 +0000 (15:29 -0700) |
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 953e880622dc60e83f473d5a1c9af9b5d7f874ef..10d041b51f92e4414817ee0c3bd5bda096aa8133 100644 (file)
--- a/Makefile
+++ b/Makefile
CC=gcc
AR=ar
+SCRIPTS=git-merge-one-file-script git-prune-script git-pull-script git-tag-script
PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
all: $(PROG)
-install: $(PROG)
- install $(PROG) $(HOME)/bin/
+install: $(PROG) $(SCRIPTS)
+ install $(PROG) $(SCRIPTS) $(HOME)/bin/
LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o
LIB_FILE=libgit.a