readline
This commit is contained in:
parent
409478c9be
commit
848012de8d
4
Makefile
4
Makefile
@ -6,7 +6,7 @@
|
||||
# By: apommier <apommier@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2022/03/06 12:50:24 by apommier #+# #+# #
|
||||
# Updated: 2022/03/06 13:53:49 by apommier ### ########.fr #
|
||||
# Updated: 2022/03/06 15:54:06 by sadjigui ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -22,7 +22,7 @@ LIBFT = ./libft
|
||||
|
||||
${NAME}: ${OBJS}
|
||||
@make bonus -C ${LIBFT}
|
||||
@${CC} ${CFLAGS} ${OBJS} ${LIBFT}/libft.a -o ${NAME}
|
||||
@${CC} ${CFLAGS} ${OBJS} ${LIBFT}/libft.a -o ${NAME} -lreadline
|
||||
|
||||
all: ${NAME} bonus
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user