refonte de la gestion des cmd dans parsing

This commit is contained in:
hugogogo
2021-10-29 13:26:38 +02:00
parent b1b8a61921
commit 15bc4d2158
7 changed files with 182 additions and 48 deletions

View File

@@ -26,7 +26,7 @@ SRCS = main.c init.c free.c generic.c \
lexing.c \
parsing.c \
valid_syntax.c valid_pipeline.c valid_command.c valid_io_redirect.c \
fill_cmd.c \
fill_cmd.c cmd_expansion.c \
env.c exit.c echo.c
DIR_OBJS = builds