From d9b3d4f234b660d325a4d01479590bced47c9ec4 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Thu, 19 Mar 2026 17:47:36 +0100 Subject: using GNU readline for history+arrow key handling because i hate `` Signed-off-by: czjstmax --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88c9e3a..8140274 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC = gcc IN = nm.c OUT = nshm -LIBS = +LIBS = -lreadline OPTS = -O0 -g -Wall -Wextra -pedantic all: -- cgit v1.3.1