Add files via upload

This commit is contained in:
Raphaël 2023-12-14 18:18:31 +01:00 committed by GitHub
parent 3b7d261780
commit 353c59c2ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View file

@ -6,12 +6,12 @@
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2023/11/24 16:24:21 by rparodi ### ########.fr #
# Updated: 2023/12/14 18:16:54 by raphael ### ########.fr #
# #
# **************************************************************************** #
NAME=libftprintf.a
CC=cc
CC=clang
CFLAGS=-Wall -Wextra -Werror
RM=rm -f
LIBFT = ./libft/ft_strdup.c ./libft/ft_strlcpy.c ./libft/ft_strlen.c