mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
redirection parsing: define types in own files
This commit is contained in:
parent
06ebcf132a
commit
cf517bb7f8
8 changed files with 92 additions and 43 deletions
2
Makefile
2
Makefile
|
|
@ -50,7 +50,7 @@ srcs = \
|
|||
src/parser/wordsplit/tokenizing_6_10.c \
|
||||
src/parser/wordsplit/wordsplit.c \
|
||||
src/parser/wordsplit/wordsplit_utils.c \
|
||||
src/postprocess/redirections/redirections.c \
|
||||
src/postprocess/redirections/redirection_parsing.c \
|
||||
|
||||
objs = $(srcs:.c=.o)
|
||||
export objs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue