This commit is contained in:
Camille Chauvet
2023-02-16 15:17:32 +01:00
6 changed files with 23 additions and 26 deletions

View File

@ -7,7 +7,7 @@ NAME = minishell
CC = gcc
CFLAGS = -Wall -Werror -Wextra -g
CFLAGS = -Werror -Wextra -g
LIBS = libftx/libftx.a