42sh/src/utils/ast/Makefile.am

10 lines
136 B
Text
Raw Normal View History

2026-01-07 17:38:54 +01:00
lib_LIBRARIES = libast.a
libast_a_SOURCES = \
ast.c \
ast.h
libast_a_CPPFLAGS = -I$(top_srcdir)/src
noinst_LIBRARIES = libast.a