mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Part of last commit, remove -lcurses.
This commit is contained in:
parent
3e46bcec93
commit
ec8930c144
@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 1.111 2009-07-21 13:51:30 nicm Exp $
|
||||
# $Id: GNUmakefile,v 1.112 2009-07-31 10:45:22 nicm Exp $
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
@ -9,7 +9,7 @@ FDEBUG= 1
|
||||
CC?= gcc
|
||||
CFLAGS+= -DBUILD="\"$(VERSION)\""
|
||||
LDFLAGS+= -L/usr/local/lib
|
||||
LIBS+= -lcurses
|
||||
LIBS+=
|
||||
|
||||
ifdef FDEBUG
|
||||
CFLAGS+= -g -ggdb -DDEBUG
|
||||
|
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.146 2009-07-21 13:51:30 nicm Exp $
|
||||
# $Id: Makefile,v 1.147 2009-07-31 10:45:22 nicm Exp $
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
.PHONY: clean
|
||||
@ -10,7 +10,7 @@ FDEBUG= 1
|
||||
CC?= cc
|
||||
CFLAGS+= -DBUILD="\"$(VERSION)\""
|
||||
LDFLAGS+= -L/usr/local/lib
|
||||
LIBS+= -lcurses
|
||||
LIBS+=
|
||||
|
||||
.ifdef FDEBUG
|
||||
CFLAGS+= -g -ggdb -DDEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user