refactor: moved ast module to utils

This commit is contained in:
Gu://em_ 2026-01-09 16:05:41 +01:00
parent 0f484b371b
commit 3e66d4b959
3 changed files with 0 additions and 0 deletions

11
src/utils/ast/Makefile.am Normal file
View file

@ -0,0 +1,11 @@
lib_LIBRARIES = libast.a
libast_a_SOURCES = \
ast.c \
ast.h
libast_a_CPPFLAGS = -I$(top_srcdir)/src
libast_a_CFLAGS = -std=c99 -pedantic -Werror -Wall -Wextra -Wvla
noinst_LIBRARIES = libast.a