mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
fix: does not compile
This commit is contained in:
parent
174449cde7
commit
63df02aec5
7 changed files with 54 additions and 40 deletions
3
Makefile
3
Makefile
|
|
@ -60,6 +60,9 @@ srcs = \
|
|||
src/postprocess/redirections/redirection_parsing.c \
|
||||
src/postprocess/redirections/redirection_type.c \
|
||||
src/subst/replace_substr.c \
|
||||
src/subst/variable_subst.c \
|
||||
src/subst/variable_subst_utils.c \
|
||||
src/subst/wildcard_exp.c \
|
||||
|
||||
objs = $(srcs:.c=.o)
|
||||
export objs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue