made progress on pipe exec but there are some valgrind errors :/

This commit is contained in:
mdev9
2024-02-21 23:24:03 +01:00
parent 1914c9253a
commit 4a672c4fb6
7 changed files with 194 additions and 126 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/21 13:12:47 by marde-vr ### ########.fr #
# Updated: 2024/02/21 21:48:25 by marde-vr ### ########.fr #
# #
# **************************************************************************** #
@ -28,6 +28,7 @@ SRCS_RAW = main.c\
handle_alias.c\
lst_alias.c\
minishellrc.c\
path.c\
export.c
OBJS_DIR = objs/