mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
tree debug: implement rest of tree debug
This is a big commit, sorry!
This commit is contained in:
parent
76b2b8ec7f
commit
1f03cbbedb
16 changed files with 190 additions and 159 deletions
1
Makefile
1
Makefile
|
|
@ -45,6 +45,7 @@ srcs = \
|
|||
src/parser/matchers/quote.c \
|
||||
src/parser/pipeline/pipeline.c \
|
||||
src/parser/pipeline/pipeline_parse.c \
|
||||
src/parser/pipeline/pipeline_debug.c \
|
||||
src/parser/pipeline/pipeline_parse_baseops.c \
|
||||
src/parser/remove_quotes/remove_quotes.c \
|
||||
src/parser/simple_cmd/simple_cmd.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue