fix: makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user