From 5a3b92c2dfd9fbcf8bda10742cea1fb47927536d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 4 Oct 2007 21:21:48 +0000 Subject: -d option to attach. Also fix CC in Makefile and make it build with DEBUG again. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b60ebc89..168db18e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 2007-10-04 19:03:51 nicm Exp $ +# $Id: Makefile,v 1.24 2007-10-04 21:21:48 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean @@ -26,7 +26,7 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \ YACC= yacc -d -CC= cc +CC?= cc INCDIRS+= -I. -I- -I/usr/local/include CFLAGS+= -DBUILD="\"$(VERSION) ($(DATE))\"" -DMETA="'${META}'" .ifdef PROFILE -- cgit