diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.130 2009-05-04 17:58:25 nicm Exp $ +# $Id: Makefile,v 1.131 2009-05-13 22:10:39 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html @@ -12,8 +12,6 @@ DATE!= date +%Y%m%d-%H%M FDEBUG= 1 -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 screen-write.c screen-redraw.c \ @@ -48,7 +46,6 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \ CC?= c INCDIRS+= -I. -I- -I/usr/local/include -CFLAGS+= -DMETA="'${META}'" .ifdef PROFILE # Don't use ccache CC= /usr/bin/gcc |