aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-24 12:05:13 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-24 12:05:13 +0530
commit94e4201dc1f6973c4a03e60134c42c762d263baa (patch)
tree8a217b7796237bc280626d5cce54da4f0ec04a4e /Makefile
parent31849fd5fb7b919a7cb99669c0bcd6f2685af2cc (diff)
downloadnnn-94e4201dc1f6973c4a03e60134c42c762d263baa.tar.gz
Use libreadline at command prompt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c975dce..ba4fa7a 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ CFLAGS += -Wall -Wextra -Wno-unused-parameter
CFLAGS += $(CFLAGS_OPTIMIZATION)
CFLAGS += $(CFLAGS_CURSES)
-LDLIBS += $(LDLIBS_CURSES)
+LDLIBS += -lreadline $(LDLIBS_CURSES)
DISTFILES = src nnn.1 Makefile README.md LICENSE
SRC = src/nnn.c