From 89dae11aa17432e1c890b93037d4007113c27b5b Mon Sep 17 00:00:00 2001 From: mcolonna Date: Wed, 30 Jul 2025 17:28:45 +0200 Subject: [PATCH] fix: link readline library --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9c4d00..97a2b25 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ LIBRARIES = libtf libft # .a files to include LIBRARIES_FILES = libtf/libtf.a libft/libft.a # to use with the flags -L and -l -LIBRARIES_LINK = +LIBRARIES_LINK = readline # to use with the flag -l LINK = # flags to add to the compiler