split valid_command.c in two files

This commit is contained in:
LuckyLaszlo
2021-12-17 04:13:21 +01:00
parent 36de7bf150
commit fa71189132
3 changed files with 90 additions and 77 deletions

View File

@@ -34,7 +34,7 @@ SRCS = main.c \
signals.c error_wrappers.c last_exit_status.c \
lexing.c fill_token.c check_operators.c \
parsing.c create_pipeline.c \
valid_syntax.c valid_pipeline.c valid_command.c valid_io_redirect.c \
valid_syntax.c valid_pipeline.c valid_command.c rules_command.c valid_io_redirect.c \
expansions.c expand_token.c rejoin_after_expand.c new_token_for_each_field.c \
redirections.c here_doc.c \
exec_cmd_line.c pipeline.c \