Adding the start of the parsing and added the minishell in the git ignore
This commit is contained in:
parent
9a87ad7097
commit
5a24e30c6d
7 changed files with 55 additions and 15 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue