From 8b8e644cf50492967a5f24d32ad36cfe74b13aa0 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 16 Aug 2018 22:54:49 +0530 Subject: Remove readline dep and use native prompt - `nnn` is all about navigational convenience so the user doesn't have to type - the binary size increases due to readline linkage - alternative workflow: ^G, cd, `nnn` - readline required using the prompt and the history would stay after quit --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4dd3cc1..598fae2 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,6 @@ INSTALL ?= install CFLAGS ?= -O3 CFLAGS += -Wall -Wextra -Wno-unused-parameter -LDLIBS = -lreadline ifeq ($(shell $(PKG_CONFIG) ncursesw && echo 1),1) CFLAGS += $(shell $(PKG_CONFIG) --cflags ncursesw) -- cgit v1.2.3-70-g09d2