From 145535ed9852922338238275de16fb7e1067558b Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 11 Dec 2025 16:53:42 +0100 Subject: [PATCH] build: sort the submakefile --- libft.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libft.mk b/libft.mk index 3ce8f54..3840763 100644 --- a/libft.mk +++ b/libft.mk @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2025/12/11 16:29:54 by rparodi ### ########.fr # +# Updated: 2025/12/11 16:53:11 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -27,14 +27,14 @@ MAKE += --no-print-directory export CC CFLAGS CPPFLAGS INC_DIR OBJDIRNAME MAKE RM -SUB_MAKEFILE = gnl/gnl.mk \ - char/char.mk \ +SUB_MAKEFILE = char/char.mk \ + convert/convert.mk \ + gnl/gnl.mk \ + list/list.mk \ + math/math.mk \ memory/memory.mk \ print/print.mk \ - math/math.mk \ - list/list.mk \ - str/str.mk \ - convert/convert.mk + str/str.mk GREEN = \033[32m GREY = \033[0;90m