summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 00:02:10 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 00:02:10 +0000
commit815815989a103cda0d88fa0670b774b1e3530509 (patch)
tree0cac62ac40cd80d30e5dec2ed61877b43bdb7944 /Makefile
parent7ba01f68437e43538da1c7be96140709ddb00d77 (diff)
Next/last/previous window, some other tweaks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bc417a29..db78143d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 2007-10-03 23:32:26 nicm Exp $
+# $Id: Makefile,v 1.15 2007-10-04 00:02:10 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean
@@ -20,7 +20,8 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
xmalloc.c xmalloc-debug.c input.c input-keys.c screen.c window.c \
session.c local.c log.c client.c client-msg.c client-fn.c key-string.c \
key-bindings.c cmd.c cmd-new-session.c cmd-detach-session.c \
- cmd-list-sessions.c cmd-new-window.c
+ cmd-list-sessions.c cmd-new-window.c cmd-next-window.c \
+ cmd-previous-window.c cmd-last-window.c
YACC= yacc -d