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