summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-03 11:26:34 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-03 11:26:34 +0000
commitdadc56d754f2e86dec96bcf3bed54090538ce336 (patch)
tree77f6aab210106a251b3516bca4ba8ddc92973c86 /Makefile
parenta68b1e58db8b970f82cd17a74a18d30a0c77424e (diff)
Key binding, unbinding.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d421d88e..5da175b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.11 2007-10-03 10:18:31 nicm Exp $
+# $Id: Makefile,v 1.12 2007-10-03 11:26:34 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean
@@ -18,7 +18,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 cmd.c input.c input-keys.c screen.c window.c \
- session.c local.c log.c client.c client-msg.c client-fn.c op.c op-list.c
+ session.c local.c log.c client.c client-msg.c client-fn.c op.c op-list.c \
+ key-string.c
YACC= yacc -d