aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-28 23:20:52 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-28 23:20:52 -0700
commit65056021f2d2dcb7a72f05c5d6cbbd79a79b9d40 (patch)
tree892edb420301e82711333ecebbcbdfcc8c94af41 /Makefile
parent89719209f48fe7d9694710795b1ec1d5fd7ebfc0 (diff)
downloadgit-65056021f2d2dcb7a72f05c5d6cbbd79a79b9d40.tar.gz
git-65056021f2d2dcb7a72f05c5d6cbbd79a79b9d40.tar.xz
built-in diff.
This starts to replace the shell script version of "git diff". Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ce27a65f..277c1ac07 100644
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ LIB_OBJS = \
$(DIFF_OBJS)
BUILTIN_OBJS = \
- builtin-log.o builtin-help.o
+ builtin-log.o builtin-help.o builtin-diff.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
LIBS = $(GITLIBS) -lz