mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
redirection parsing: add utility function for t_redirection
This commit is contained in:
parent
cf517bb7f8
commit
b0c34f36ef
3 changed files with 49 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -50,6 +50,7 @@ srcs = \
|
|||
src/parser/wordsplit/tokenizing_6_10.c \
|
||||
src/parser/wordsplit/wordsplit.c \
|
||||
src/parser/wordsplit/wordsplit_utils.c \
|
||||
src/postprocess/redirections/redirection.c \
|
||||
src/postprocess/redirections/redirection_parsing.c \
|
||||
|
||||
objs = $(srcs:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue