ca marche a peu pres, il faut gerer la fermeture des fd entre pipes et redirections

This commit is contained in:
hugogogo
2021-10-19 22:57:00 +02:00
parent 5279c031fa
commit 4d812cd346
7 changed files with 128 additions and 234 deletions

View File

@@ -23,7 +23,8 @@ LIBFT = $(LIBFT_D)/libft.a
SRCS = main.c init.c free.c generic.c \
env.c exit.c \
pipes_hugo.c
pipes_hugo.c \
parser_hugo.c
DIR_OBJS = builds
OBJS = $(SRCS:%.c=$(DIR_OBJS)/%.o)