summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-23 22:24:16 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-23 22:24:16 +0000
commit59da4dce674ad2b082b9300aaee9edf3091574da (patch)
treeef0e12df7407496d60f291dae85e7bb54ec475b9 /Makefile
parentb69f4a3312a375fb9b19733e8f347f0f9a36d431 (diff)
list-commands command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6dc03add..bef56996 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.65 2008-06-20 17:31:48 nicm Exp $
+# $Id: Makefile,v 1.66 2008-06-23 22:24:16 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -32,6 +32,7 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
cmd-kill-server.c cmd-set-window-option.c cmd-show-options.c \
cmd-show-window-options.c cmd-command-prompt.c cmd-set-buffer.c \
cmd-show-buffer.c cmd-list-buffers.c cmd-delete-buffer.c \
+ cmd-list-commands.c \
window-scroll.c window-more.c window-copy.c options.c paste.c \
tty.c tty-keys.c tty-write.c screen-write.c screen-redraw.c