From fcf29645bea99fdd199cfc1e32618d264484c247 Mon Sep 17 00:00:00 2001 From: Adam JOLY Date: Mon, 18 Mar 2024 14:34:53 +0100 Subject: [PATCH] rm headers var --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f21e625..d1a3541 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: adjoly +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/01 11:03:22 by adjoly #+# #+# # -# Updated: 2024/03/18 14:31:34 by adjoly ### ########.fr # +# Updated: 2024/03/18 14:33:40 by adjoly ### ########.fr # # # # **************************************************************************** # @@ -75,8 +75,6 @@ OBJS = $(addprefix $(OBJSDIR),$(SRCS:.c=.o)) FLAGS = -Werror -Wall -Wextra -g -HEADERS = libft.h - LIB = io/get_next_line/get_next_line.a $(NAME): $(OBJS)