mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
wordsplit: make it compile
This commit is contained in:
parent
3e64ac3769
commit
6c8dd312c0
7 changed files with 41 additions and 43 deletions
3
Makefile
3
Makefile
|
|
@ -33,7 +33,10 @@ srcs = \
|
|||
src/parser/matchers/operator_start.c \
|
||||
src/parser/worddesc/worddesc.c \
|
||||
src/parser/wordlist/wordlist.c \
|
||||
src/parser/wordsplit/tokenizing_1_5.c \
|
||||
src/parser/wordsplit/tokenizing_6_10.c \
|
||||
src/parser/wordsplit/wordsplit.c \
|
||||
src/parser/wordsplit/wordsplit_utils.c \
|
||||
|
||||
objs = $(srcs:.c=.o)
|
||||
export objs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue