mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
matchers: add matcher for a pipe
This commit is contained in:
parent
256a8f5f9b
commit
2b8bb859d1
3 changed files with 46 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -31,6 +31,7 @@ srcs = \
|
|||
src/parser/matchers/metacharacter.c \
|
||||
src/parser/matchers/operator_combo.c \
|
||||
src/parser/matchers/operator_start.c \
|
||||
src/parser/matchers/pipe.c \
|
||||
src/parser/matchers/quote.c \
|
||||
src/parser/pipeline/pipeline.c \
|
||||
src/parser/simple_cmd/simple_cmd.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue