From ecb59968fe706f9af1c0464bce2a23060f6fbfd8 Mon Sep 17 00:00:00 2001 From: Maieul BOYER Date: Mon, 29 Apr 2024 14:00:24 +0200 Subject: [PATCH] Fix: Last makefile change --- Minishell.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minishell.mk b/Minishell.mk index 058d3e17..e8a1ff9f 100644 --- a/Minishell.mk +++ b/Minishell.mk @@ -6,7 +6,7 @@ # By: maiboyer +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/04/28 17:28:30 by maiboyer #+# #+# # -# Updated: 2024/04/29 13:59:16 by maiboyer ### ########.fr # +# Updated: 2024/04/29 14:00:12 by maiboyer ### ########.fr # # # # **************************************************************************** # @@ -28,7 +28,7 @@ LIB = ./libft/ft_bzero.c \ ./libft/ft_strlen.c SRC_DIR = ./sources -SRC_DIR = ./output +GEN_DIR = ./output SRC = $(addprefix $(SRC_DIR)/,$(shell cat ./src.list)) $(addprefix $(GEN_DIR)/,$(shell cat ./gen.list)) # Name