-d option to attach. Also fix CC in Makefile and make it build with DEBUG again.

This commit is contained in:
Nicholas Marriott
2007-10-04 21:21:48 +00:00
parent 4add09eab7
commit 5a3b92c2df
4 changed files with 97 additions and 19 deletions

View File

@ -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