From b5f2f370bf694ab7fe57ff888423707f86573a5a Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 17 Sep 2025 16:43:22 +0200 Subject: [PATCH] build: adding math part on the makefile --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb9d296..1b32f0e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2025/09/05 16:21:13 by rparodi ### ########.fr # +# Updated: 2025/09/17 16:39:23 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -49,6 +49,11 @@ SRC = char/ft_isalnum.c \ list/ft_lstmap.c \ list/ft_lstnew.c \ list/ft_lstsize.c \ + math/ft_max.c \ + math/ft_min.c \ + math/ft_power.c \ + math/ft_abs.c \ + math/ft_sqrt.c \ memory/ft_bzero.c \ memory/ft_calloc.c \ memory/ft_memchr.c \