mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
cmdlist refactor: use cmdlist instead of command_list as a shorthand
I hope this doesn't break too much code ^^
This commit is contained in:
parent
56fe943efc
commit
131ba36d93
18 changed files with 98 additions and 98 deletions
8
Makefile
8
Makefile
|
|
@ -31,10 +31,10 @@ srcs = \
|
|||
src/ft_errno.c \
|
||||
src/get_command.c \
|
||||
src/parser/cmdgroup/cmdgroup.c \
|
||||
src/parser/command_list/command_list_builder.c \
|
||||
src/parser/command_list/command_list.c \
|
||||
src/parser/command_list/command_list_item.c \
|
||||
src/parser/command_list/operator.c \
|
||||
src/parser/cmdlist/cmdlist_builder.c \
|
||||
src/parser/cmdlist/cmdlist.c \
|
||||
src/parser/cmdlist/cmdlist_item.c \
|
||||
src/parser/cmdlist/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