diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-26 18:32:17 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-26 18:32:17 +0000 |
| commit | 8d019841828d30beee5c78500b07f0c80e69457e (patch) | |
| tree | e9238a4e69073bebb8e3152083395e097134247a /Makefile | |
| parent | 2aacbe764c90218cb8383efbd4f6f74812b3b00c (diff) | |
| download | rtmux-8d019841828d30beee5c78500b07f0c80e69457e.tar.gz rtmux-8d019841828d30beee5c78500b07f0c80e69457e.tar.bz2 rtmux-8d019841828d30beee5c78500b07f0c80e69457e.zip | |
Restore list command.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 2007-09-26 13:43:14 nicm Exp $ +# $Id: Makefile,v 1.6 2007-09-26 18:32:16 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean @@ -18,7 +18,7 @@ META?= \002 # C-b 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 client.c client-msg.c client-cmd.c op.c + log.c client.c client-msg.c client-cmd.c op.c op-list.c YACC= yacc -d |