fix: small bugs to make it compile

This commit is contained in:
Matteo Flebus 2026-01-27 18:00:59 +01:00
parent c48d86c8de
commit 13018e0a03
10 changed files with 33 additions and 4 deletions

View file

@ -14,6 +14,9 @@ libutils_a_SOURCES = \
ast/ast_redir.c \
ast/ast_void.c \
ast/ast_end.c \
ast/ast_word.c \
ast/ast_neg.c \
ast/ast_pipe.c \
args/args.c \
vars/vars.c