build(make): adding the strdup to the makefile

This commit is contained in:
Raphael 2026-01-13 14:02:48 +01:00
parent ac1ce88633
commit d287180a85
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2025/12/13 13:27:57 by rparodi ### ########.fr #
# Updated: 2025/12/28 19:40:32 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -39,6 +39,7 @@ OBJ_BONUS = $(addprefix $(OBJDIRNAME)/,$(SRC_BONUS:.s=.o))
SRC = src/ft_strlen.s \
src/ft_strcmp.s \
src/ft_strcpy.s \
src/ft_strdup.s \
src/ft_write.s \
src/ft_read.s