fix: add dependencies in Makefile for new ast

This commit is contained in:
Matteo Flebus 2026-01-30 19:55:09 +01:00
parent 423793903d
commit 32c35c4bf7

View file

@ -17,6 +17,7 @@ libutils_a_SOURCES = \
ast/ast_word.c \
ast/ast_neg.c \
ast/ast_pipe.c \
ast/ast_loop.c \
args/args.c \
vars/vars.c \
ast/ast_assignment.c