From b083bbc5c88717e992549a9b8696d3919edebd0d Mon Sep 17 00:00:00 2001 From: Styden Date: Thu, 6 Aug 2015 20:01:56 +0200 Subject: [PATCH] removed the -lcurses flag for linux removed the -lcurse flag for linux for is not necessary and causing problems for peoples who don't have lcurses --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d94dfc8..b256ba5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS_OSX = -lusb-1.0 -lobjc -framework CoreFoundation -framework IOKit -lreadline -CFLAGS_LNX = -lusb-1.0 -lreadline -lcurses +CFLAGS_LNX = -lusb-1.0 -lreadline CFLAGS_WIN = -lusb-1.0 -lreadline all: