aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-09-26 10:35:24 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-09-26 10:35:24 +0000
commit671694ac3037055c35521f438615e4ce9daafda3 (patch)
tree7ee663fadd0071e444d00f8b6374a320d869fc02 /Makefile
parent3fef2d998fb0fd1f4fd9f4b96c33816acf523567 (diff)
downloadrtmux-671694ac3037055c35521f438615e4ce9daafda3.tar.gz
rtmux-671694ac3037055c35521f438615e4ce9daafda3.tar.bz2
rtmux-671694ac3037055c35521f438615e4ce9daafda3.zip
Cleanup part 1: split up server.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 043aedb9..80a3b003 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 2007-09-20 18:48:04 nicm Exp $
+# $Id: Makefile,v 1.4 2007-09-26 10:35:24 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean
@@ -16,8 +16,9 @@ DEBUG=
# Command prefix. This will go when we get a configuration file...
META?= \002 # C-b
-SRCS= tmux.c server.c buffer.c buffer-poll.c xmalloc.c xmalloc-debug.c \
- input.c screen.c window.c session.c local.c log.c command.c
+SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c \
+ xmalloc.c xmalloc-debug.c input.c screen.c window.c session.c local.c \
+ log.c command.c
YACC= yacc -d