mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
Whoops, don't use the name of the rule here now.
This commit is contained in:
parent
df9a2886dd
commit
488a67e5a3
@ -1,4 +1,4 @@
|
|||||||
# $Id: GNUmakefile,v 1.96 2009-05-13 23:33:54 nicm Exp $
|
# $Id: GNUmakefile,v 1.97 2009-05-13 23:41:58 nicm Exp $
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ include config.mk
|
|||||||
OBJS= $(patsubst %.c,%.o,$(SRCS))
|
OBJS= $(patsubst %.c,%.o,$(SRCS))
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(CC) $(LDFLAGS) -o $@ $+ $(LIBS)
|
$(CC) $(LDFLAGS) -o tmux $+ $(LIBS)
|
||||||
|
|
||||||
depend: $(SRCS)
|
depend: $(SRCS)
|
||||||
$(CC) $(CPPFLAGS) $(CFLAGS) -MM $(SRCS) > .depend
|
$(CC) $(CPPFLAGS) $(CFLAGS) -MM $(SRCS) > .depend
|
||||||
|
Loading…
Reference in New Issue
Block a user