splited execution into multiple files and normed everything

This commit is contained in:
mdev9
2024-03-05 19:30:58 +01:00
parent f000625ab9
commit e19a9a6114
16 changed files with 584 additions and 473 deletions

View File

@ -6,7 +6,7 @@
# By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
# Updated: 2024/02/26 20:40:19 by marde-vr ### ########.fr #
# Updated: 2024/03/05 19:11:56 by marde-vr ### ########.fr #
# #
# **************************************************************************** #
@ -30,7 +30,13 @@ SRCS_RAW = main.c\
minishellrc.c\
path.c\
here_doc.c\
export.c
export.c\
input_redirections.c\
output_redirections.c\
builtins.c\
commands.c\
pipe.c\
utils.c
OBJS_DIR = objs/
SRCS_DIR = srcs/