summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 10:54:21 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 10:54:21 +0000
commit225e07fe38ecf4755cdcd38664d82a5611c0b5ac (patch)
tree8c79d3fab479339de88b0275a386805fee4fa166 /Makefile
parent19c1e1a800da9bee277f3db619262a0c2ce3fbc7 (diff)
Select window command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1b3c6dcd..31127c64 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.19 2007-10-04 10:39:06 nicm Exp $
+# $Id: Makefile,v 1.20 2007-10-04 10:54:20 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean
@@ -22,7 +22,7 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
key-bindings.c cmd.c cmd-new-session.c cmd-detach-session.c \
cmd-list-sessions.c cmd-new-window.c cmd-next-window.c cmd-bind-key.c \
cmd-unbind-key.c cmd-previous-window.c cmd-last-window.c cmd-list-keys.c \
- cmd-set-option.c cmd-rename-window.c
+ cmd-set-option.c cmd-rename-window.c cmd-select-window.c
YACC= yacc -d