From 1b48b0bb1335e1a68916e8a3c1dd1c76ba272abc Mon Sep 17 00:00:00 2001 From: airone01 <21955960+airone01@users.noreply.github.com> Date: Sat, 24 Jan 2026 15:48:24 +0100 Subject: [PATCH] fix: makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0fab83b..a9643eb 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ LIBFT_A = $(LIBFT_DIR)/libft.a SRC = util_unit.c util_unit2.c launch_test.c SRC += tests/main.c SRC += tests/ft_strlen/00_launcher.c tests/ft_strlen/01_basic_test.c tests/ft_strlen/02_null_test.c -OBJ = $(SRC:.cpp=.o) +OBJ = $(SRC:.c=.o) all: $(NAME)