fix: link readline library
This commit is contained in:
parent
254bee62c7
commit
89dae11aa1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue