diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-01-24 12:05:13 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-01-24 12:05:13 +0530 |
commit | 94e4201dc1f6973c4a03e60134c42c762d263baa (patch) | |
tree | 8a217b7796237bc280626d5cce54da4f0ec04a4e /Makefile | |
parent | 31849fd5fb7b919a7cb99669c0bcd6f2685af2cc (diff) | |
download | nnn-94e4201dc1f6973c4a03e60134c42c762d263baa.tar.gz |
Use libreadline at command prompt
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |