1
0

fixed libft

This commit is contained in:
2024-03-14 16:19:34 +01:00
parent 4ce51959ed
commit 0289baf535
4 changed files with 11 additions and 16 deletions

View File

@ -6,13 +6,13 @@
# By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/01 11:03:22 by adjoly #+# #+# #
# Updated: 2024/03/12 14:36:06 by adjoly ### ########.fr #
# Updated: 2024/03/12 15:04:46 by adjoly ### ########.fr #
# #
# **************************************************************************** #
NAME = libft.a
CC = cc
CC = clang
OBJSDIR = obj/