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)