Adding the start of the parsing and added the minishell in the git ignore

This commit is contained in:
Raphaël 2024-03-29 11:54:30 +01:00
parent 9a87ad7097
commit 5a24e30c6d
7 changed files with 55 additions and 15 deletions

View file

@ -6,7 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2024/03/28 15:17:18 by rparodi ### ########.fr #
# Updated: 2024/03/29 11:45:30 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -29,7 +29,8 @@ CFLAGS = -Werror -Wextra -Wall -Wno-unused-command-line-argument -g3 -MMD -lread
LIB = ./libft/get_next_line.c \
./libft/get_next_line_utils.c
SRC = ./sources/main.c
SRC = ./sources/ft_exit.c\
./sources/main.c
# Objects
OBJDIRNAME = ./objects