🔨」 fix: Can compile on nixos

This commit is contained in:
2024-05-13 17:33:29 +02:00
parent cd49ddb22c
commit ad14d6b9ce
84 changed files with 17 additions and 6 deletions

View File

@ -6,15 +6,15 @@
# By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/01/22 07:21:18 by mmoussou #+# #+# #
# Updated: 2024/04/30 10:59:10 by mmoussou ### ########.fr #
# Updated: 2024/05/13 17:33:16 by adjoly ### ########.fr #
# #
# **************************************************************************** #
SHELL = bash
CC = gcc
CC = clang
CFLAGS = -Wall -Werror -Wextra
CFLAGS = -Wall -Werror -Wextra -pipe -fPIE
INCLUDE = ./include

BIN
libft/libft.a Normal file

Binary file not shown.

BIN
libft/src/char/ft_isalnum.o Normal file

Binary file not shown.

BIN
libft/src/char/ft_isalpha.o Normal file

Binary file not shown.

BIN
libft/src/char/ft_isascii.o Normal file

Binary file not shown.

BIN
libft/src/char/ft_isdigit.o Normal file

Binary file not shown.

BIN
libft/src/char/ft_isprint.o Normal file

Binary file not shown.

BIN
libft/src/int/ft_abs.o Normal file

Binary file not shown.

BIN
libft/src/int/ft_max.o Normal file

Binary file not shown.

BIN
libft/src/int/ft_min.o Normal file

Binary file not shown.

BIN
libft/src/io/ft_printf.o Normal file

Binary file not shown.

BIN
libft/src/io/ft_printf_fd.o Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
libft/src/io/ft_putnbr_fd.o Normal file

Binary file not shown.

BIN
libft/src/io/ft_putstr_fd.o Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
libft/src/mem/ft_bzero.o Normal file

Binary file not shown.

BIN
libft/src/mem/ft_calloc.o Normal file

Binary file not shown.

BIN
libft/src/mem/ft_free.o Normal file

Binary file not shown.

BIN
libft/src/mem/ft_memchr.o Normal file

Binary file not shown.

BIN
libft/src/mem/ft_memcmp.o Normal file

Binary file not shown.

BIN
libft/src/mem/ft_memcpy.o Normal file

Binary file not shown.

BIN
libft/src/mem/ft_memmove.o Normal file

Binary file not shown.

BIN
libft/src/mem/ft_memset.o Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
libft/src/str/ft_split.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strchr.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strcmp.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strdup.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_striteri.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strjoin.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strlcat.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strlcpy.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strlen.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strmapi.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strncmp.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strnstr.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strrchr.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_strtrim.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_substr.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_tolower.o Normal file

Binary file not shown.

BIN
libft/src/str/ft_toupper.o Normal file

Binary file not shown.