summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-20 22:17:53 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-20 22:17:53 +0000
commit8c259f562be24570a19fd94b223034ae8c6e4277 (patch)
tree1b6506a2ce27e4ca9ce743f8f00f14c3114d523d /Makefile
parentcaa93f0e02bfeedff48bb1fe19460732b08e39d1 (diff)
Darwin support for automatic-rename, from joshe.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd39edb6..d97737cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.103 2009-01-20 19:35:03 nicm Exp $
+# $Id: Makefile,v 1.104 2009-01-20 22:17:53 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -45,7 +45,8 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
window-choose.c \
options.c options-cmd.c paste.c colour.c utf8.c clock.c \
tty.c tty-term.c tty-keys.c tty-write.c util.c names.c \
- osdep-unknown.c osdep-openbsd.c osdep-freebsd.c osdep-linux.c
+ osdep-unknown.c osdep-openbsd.c osdep-freebsd.c osdep-linux.c \
+ osdep-darwin.c
CC?= cc
INCDIRS+= -I. -I- -I/usr/local/include