ca marche

This commit is contained in:
Camille Chauvet
2023-01-09 20:41:06 +01:00
parent b5315e3a0a
commit 195f7bc66a
19 changed files with 221 additions and 91 deletions

View File

@ -6,13 +6,13 @@
# By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/09/27 08:39:27 by cchauvet #+# #+# #
# Updated: 2023/01/08 18:08:14 by cchauvet ### ########.fr #
# Updated: 2023/01/09 19:04:49 by cchauvet ### ########.fr #
# #
# **************************************************************************** #
CC = clang
SRCS = ft_freer.c ft_is_in.c ft_strchri.c ft_strcmp.c ft_strfjoin.c ft_strgen.c ft_strmerger.c ft_strndup.c ft_tabrealloc.c
SRCS = ft_freer.c ft_is_in.c ft_random_generator.c ft_strchri.c ft_strcmp.c ft_strfjoin.c ft_strgen.c ft_strmerger.c ft_strndup.c ft_tabrealloc.c
OBJS = $(SRCS:.c=.o)