summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-13 06:50:10 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-13 06:50:10 +0000
commitf85559144fbc4a58ce4f513b2217852bc959a8b6 (patch)
tree1a8442c666152328fd4fe611964520924ca42435 /Makefile
parent98c85cf989a951c28e536e10de147b3263d934ce (diff)
kill-pane command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8700d374..ab60471d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.90 2009-01-12 19:23:14 nicm Exp $
+# $Id: Makefile,v 1.91 2009-01-13 06:50:10 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -38,7 +38,7 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
cmd-respawn-window.c cmd-source-file.c cmd-server-info.c \
cmd-clock-mode.c cmd-lock-server.c cmd-set-password.c \
cmd-save-buffer.c cmd-switch-pane.c cmd-split-window.c \
- cmd-resize-pane-up.c cmd-resize-pane-down.c \
+ cmd-resize-pane-up.c cmd-resize-pane-down.c cmd-kill-pane.c \
window-clock.c window-scroll.c window-more.c window-copy.c \
options.c options-cmd.c paste.c colour.c utf8.c clock.c \
tty.c tty-term.c tty-keys.c tty-write.c