summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-26 13:03:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-26 13:03:59 +0000
commit5a954bd9bdd771f64e432b12307026f98a31be3d (patch)
tree1f749565af6bc021824e745eec4308e9ee256428 /Makefile
parent4ba3cf60beea7be93a1de674226f412e5fec1105 (diff)
link-window command to link a window into another session.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 79cc34b6..1ef4da8b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.31 2007-10-25 17:44:24 nicm Exp $
+# $Id: Makefile,v 1.32 2007-10-26 13:03:59 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean
@@ -24,7 +24,7 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
cmd-set-option.c cmd-rename-window.c cmd-select-window.c \
cmd-list-windows.c cmd-attach-session.c cmd-send-prefix.c \
cmd-refresh-session.c cmd-kill-window.c cmd-list-clients.c \
- cmd-has-session.c
+ cmd-has-session.c cmd-link-window.c
YACC= yacc -d