summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-03 23:32:26 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-03 23:32:26 +0000
commit7ba01f68437e43538da1c7be96140709ddb00d77 (patch)
treebdafea75a00c8d03cb5a027d2b0472e76c1e798b /Makefile
parentc3e049c5a9343138be44c9ab8f77c36293871424 (diff)
New window command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b1d68369..bc417a29 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 2007-10-03 21:31:07 nicm Exp $
+# $Id: Makefile,v 1.14 2007-10-03 23:32:26 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean
@@ -19,8 +19,8 @@ META?= \002 # C-b
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
+ key-bindings.c cmd.c cmd-new-session.c cmd-detach-session.c \
+ cmd-list-sessions.c cmd-new-window.c
YACC= yacc -d