summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-04-06 21:35:44 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-04-06 21:35:44 +0000
commitac9daf92d72210570dc9cb63fd0058e4ff50b7a5 (patch)
tree2700d98304c50772683402bc2a34b89afa6245f0 /Makefile
parentf81190a793d1b62ba12de54433c6a115db9950ca (diff)
Merge copy mode and output mode, dropping the latter. Idea and code from
Micah Cowan.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be0051ef..a730cbbc 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ SRCS= attributes.c cfg.c client.c clock.c \
resize.c screen-redraw.c screen-write.c screen.c session.c status.c \
server-fn.c server.c server-client.c server-window.c \
tmux.c tty-keys.c tty-term.c tty.c utf8.c \
- window-choose.c window-clock.c window-copy.c window-more.c window.c \
+ window-choose.c window-clock.c window-copy.c window.c \
xterm-keys.c xmalloc.c
CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2