From 8e22eb210a9a34b1d4ff24cb07d88b1517f69c9b Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Fri, 24 Feb 2023 11:01:57 +0100 Subject: [PATCH] fix: now is clang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21c3842..7b48749 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ OBJS = ${SRCS:.c=.o} NAME = minishell -CC = gcc +CC = clang CFLAGS = -Werror -Wextra -g