Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
worktree: introduce "add" command
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 827006ba611c7e8be0ae4d92eaeaa321d7b9feb2..bfdc90877169fbfc95d38159496636b6e4aec302 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-886,6
+886,7
@@
BUILTIN_OBJS += builtin/var.o
BUILTIN_OBJS += builtin/verify-commit.o
BUILTIN_OBJS += builtin/verify-pack.o
BUILTIN_OBJS += builtin/verify-tag.o
+BUILTIN_OBJS += builtin/worktree.o
BUILTIN_OBJS += builtin/write-tree.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)