build(make): adding the strcpy assembly src to the makefile

This commit is contained in:
Raphael 2025-12-13 13:34:09 +01:00
parent 7721a4d0c1
commit 6faf9d51a4
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/11 23:58:57 by rparodi ### ########.fr #
# Updated: 2025/12/13 13:27:57 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -38,6 +38,7 @@ OBJ_BONUS = $(addprefix $(OBJDIRNAME)/,$(SRC_BONUS:.s=.o))
SRC = src/ft_strlen.s \
src/ft_strcmp.s \
src/ft_strcpy.s \
src/ft_write.s \
src/ft_read.s