fix: Fixed ALL the code

This commit is contained in:
Gu://em_ 2026-01-10 19:57:36 +01:00
parent 03c35d5366
commit 97b7240286
10 changed files with 68 additions and 11 deletions

View file

@ -1,7 +1,9 @@
lib_LIBRARIES = libutils.a
libutils_a_SOURCES = \
string_utils.c
string_utils/string_utils.c \
ast/ast.c \
lists/lists.c
libutils_a_CPPFLAGS = -I$(top_srcdir)/src