fix: makefile

This commit is contained in:
airone01
2026-01-24 15:48:24 +01:00
parent e8c88da02d
commit 1b48b0bb13

View File

@@ -10,7 +10,7 @@ LIBFT_A = $(LIBFT_DIR)/libft.a
SRC = util_unit.c util_unit2.c launch_test.c SRC = util_unit.c util_unit2.c launch_test.c
SRC += tests/main.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 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) all: $(NAME)