From 4135a6d2fc4f71d1ef753c5353d8f99b6327bb12 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 24 Jul 2013 09:02:05 +0200 Subject: Ditching readline for libedit, resulting in a much more flexible approach to line input. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e59563..26364af 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LDFLAGS += -g endif INCLUDES = includes Balau/includes Balau/libcoro Balau/libeio Balau/libev Balau/LuaJIT/src Dalos-modules/includes -LIBS = z readline +LIBS = z edit ifeq ($(SYSTEM),Darwin) LIBS += pthread iconv -- cgit v1.2.3