ç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.42angoulem +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/09/27 08:39:27 by cchauvet #+# #+# #
# Updated: 2023/02/01 16:19:19 by cchauvet ### ########.fr #
# Updated: 2023/06/01 13:24:02 by erey-bet ### ########.fr #
# #
# **************************************************************************** #
@ -18,7 +18,7 @@ OBJS = ${SRCS:.c=.o}
NAME = ft_printf.a
CFLAG = -Wall -Werror -Wextra -g
CFLAG = -fPIE -Wall -Werror -Wextra -g
%.o: %.c
${CC} ${CFLAG} -c -o $@ $<