From ab5ef0491147484bb36c19243a78678b4125fd5d Mon Sep 17 00:00:00 2001 From: tomoron Date: Mon, 6 May 2024 11:00:51 +0200 Subject: [PATCH] =?UTF-8?q?c'est=20mieux=20quand=20=C3=A7a=20compile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 955b843..0cf1dfc 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: marde-vr +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/07/28 00:35:01 by tomoron #+# #+# # -# Updated: 2024/05/03 14:12:21 by marde-vr ### ########.fr # +# Updated: 2024/05/06 11:00:33 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -33,6 +33,7 @@ SRCS_RAW = main.c\ sort_wildcard_list.c\ output_redirections.c\ builtins.c\ + variable_expantion.c\ wildcards.c\ commands.c\ pipe.c\