fix: build and .sh test file for functions

This commit is contained in:
Matteo Flebus 2026-01-31 12:53:23 +01:00
parent a63632005c
commit 3cd231f031
7 changed files with 12 additions and 7 deletions

View file

@ -20,7 +20,8 @@ libutils_a_SOURCES = \
ast/ast_loop.c \
args/args.c \
vars/vars.c \
ast/ast_assignment.c
ast/ast_assignment.c \
ast/ast_function.c
libutils_a_CPPFLAGS = -I$(top_srcdir)/src