Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Do "git add" as a builtin
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index f43ac63c939da60b4b06ff8108f18500a33c4e7d..e6f7794ad0c01491e1ad86fa1f3373f69d28acec 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-218,7
+218,7
@@
LIB_OBJS = \
BUILTIN_OBJS = \
builtin-log.o builtin-help.o builtin-count.o builtin-diff.o builtin-push.o \
- builtin-grep.o
+ builtin-grep.o
builtin-add.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
LIBS = $(GITLIBS) -lz