42sh/src/lexer/Makefile.am

10 lines
148 B
Text
Raw Normal View History

lib_LIBRARIES = liblexer.a
2026-01-07 17:38:54 +01:00
liblexer_a_SOURCES = \
lexer.c \
lexer.h
liblexer_a_CPPFLAGS = -I$(top_srcdir)/src
noinst_LIBRARIES = liblexer.a