mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
word splitting: a single word is not split
Sorry this commit is a bit big, lots of groudwork is being established here
This commit is contained in:
parent
871571e258
commit
a083800506
9 changed files with 262 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -27,6 +27,9 @@ srcs = \
|
|||
src/get_command.c \
|
||||
src/parser/matchers/identifier.c \
|
||||
src/parser/matchers/metacharacter.c \
|
||||
src/parser/worddesc/worddesc.c \
|
||||
src/parser/wordlist/wordlist.c \
|
||||
src/parser/wordsplit/wordsplit.c \
|
||||
|
||||
objs = $(srcs:.c=.o)
|
||||
export objs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue