|
|
@ -3,8 +3,8 @@ LIBFT = libft.a |
|
|
|
SRCS = minishell.c lexer.c parser.c utils.c caller.c built-in.c env.c |
|
|
|
OBJS = ${SRCS:.c=.o} |
|
|
|
|
|
|
|
//READLINE_INC = ~/.brew/opt/readline/include |
|
|
|
//LIB = -L ~/.brew/lib -lreadline -L ~/.brew/lib -lhistory -L. -lft |
|
|
|
#READLINE_INC = ~/.brew/opt/readline/include
|
|
|
|
#LIB = -L ~/.brew/lib -lreadline -L ~/.brew/lib -lhistory -L. -lft
|
|
|
|
|
|
|
|
LIB = -lreadline -lhistory -L. -lft |
|
|
|
|
|
|
|