From edd3142d1f35d92347e432094f853235337de140 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 14 Jul 2009 06:47:12 +0000 Subject: Don't need ncurses, use curses. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07d3be62..ba249dbf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.143 2009-07-06 18:21:17 nicm Exp $ +# $Id: Makefile,v 1.144 2009-07-14 06:47:12 nicm Exp $ .SUFFIXES: .c .o .PHONY: clean @@ -10,7 +10,7 @@ FDEBUG= 1 CC?= cc CFLAGS+= -DBUILD="\"$(VERSION)\"" LDFLAGS+= -L/usr/local/lib -LIBS+= -lncurses +LIBS+= -lcurses # This sort of sucks but gets rid of the stupid warning and should work on # most platforms... -- cgit v1.2.3