feat: Merge branch 'ast-def' into dev

This commit is contained in:
Gu://em_ 2026-01-09 16:06:18 +01:00
commit 3a8ab44300
3 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,9 @@
lib_LIBRARIES = libast.a
libast_a_SOURCES = \
ast.c \
ast.h
libast_a_CPPFLAGS = -I$(top_srcdir)/src
noinst_LIBRARIES = libast.a