fix: link readline library

This commit is contained in:
mcolonna 2025-07-30 17:28:45 +02:00
parent 254bee62c7
commit 89dae11aa1

View file

@ -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