mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
simple_cmd: initial setup of create/destroy functions
This commit is contained in:
parent
6f175dd792
commit
49d7a2b9ff
6 changed files with 96 additions and 3 deletions
1
Makefile
1
Makefile
|
|
@ -32,6 +32,7 @@ srcs = \
|
|||
src/parser/matchers/operator_combo.c \
|
||||
src/parser/matchers/operator_start.c \
|
||||
src/parser/matchers/quote.c \
|
||||
src/parser/simple_cmd/simple_cmd.c \
|
||||
src/parser/worddesc/worddesc.c \
|
||||
src/parser/wordlist/wordlist.c \
|
||||
src/parser/wordsplit/rule_utils.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue