fix: does not compile

This commit is contained in:
Khaïs COLIN 2025-03-06 12:45:05 +01:00 committed by Jérôme Guélen
parent 174449cde7
commit 63df02aec5
No known key found for this signature in database
7 changed files with 54 additions and 40 deletions

View file

@ -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