mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
command list refactor: put functions in correct file
This commit is contained in:
parent
d280839764
commit
bccd68b11f
7 changed files with 209 additions and 127 deletions
2
Makefile
2
Makefile
|
|
@ -26,7 +26,9 @@ srcs = \
|
|||
src/env/envp.c \
|
||||
src/ft_errno.c \
|
||||
src/get_command.c \
|
||||
src/parser/command_list/command_list_builder.c \
|
||||
src/parser/command_list/command_list.c \
|
||||
src/parser/command_list/operator.c \
|
||||
src/parser/matchers/blank.c \
|
||||
src/parser/matchers/identifier.c \
|
||||
src/parser/matchers/metacharacter.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue