diff --git a/Makefile b/Makefile index 36d2a9e..b91baec 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ all: $(NAME) $(NAME): $(minishell_objs) $(LIBFT) $(CC) $(CFLAGS) -o $@ $(minishell_objs) $(LINCLUDE) $(LDLIBS) +$(LIBFT): CFLAGS+=-DBUFFER_SIZE=1 $(LIBFT): +$(MAKE) -C $(LIBFTDIR)