ça compile maintenant

This commit is contained in:
Etienne Rey-bethbeder
2023-06-01 13:49:12 +02:00
parent 88298e79b2
commit ab4e7e7034
5 changed files with 11 additions and 18 deletions

View File

@ -6,7 +6,7 @@
# By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/12/14 15:49:18 by cchauvet #+# #+# #
# Updated: 2023/01/05 19:22:40 by cchauvet ### ########.fr #
# Updated: 2023/06/01 13:23:51 by erey-bet ### ########.fr #
# #
# **************************************************************************** #
@ -16,7 +16,7 @@ OBJS = ${SRCS:.c=.o}
NAME = get_next_line.a
CFLAGS = -Wall -Werror -Wextra -g
CFLAGS = -fPIE -Wall -Werror -Wextra -g
CC = clang