mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
redirection parsing: get redirection type from worddesc
This commit is contained in:
parent
a20ea8315d
commit
b0439c9d7d
3 changed files with 27 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -53,6 +53,7 @@ srcs = \
|
|||
src/postprocess/redirections/redirection.c \
|
||||
src/postprocess/redirections/redirection_list.c \
|
||||
src/postprocess/redirections/redirection_parsing.c \
|
||||
src/postprocess/redirections/redirection_type.c \
|
||||
|
||||
objs = $(srcs:.c=.o)
|
||||
export objs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue