summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-31 10:45:22 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-31 10:45:22 +0000
commitec8930c1447f0fd0303ba16b636deb8a8d175252 (patch)
tree33fca5ad4b503662c6bdf2f644abb70f2c20dafe /Makefile
parent3e46bcec936e97741c94856f5394acb7fdb5fcd0 (diff)
Part of last commit, remove -lcurses.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 71431a1c..47dc3b8a 100644
--- a/Makefile
+++ b/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