42sh/src/lexer/Makefile.am

12 lines
233 B
Text
Raw Normal View History

lib_LIBRARIES = liblexer.a lib_asan_lexer.a
2026-01-07 17:38:54 +01:00
liblexer_a_SOURCES = \
lexer.c \
lexer.h
liblexer_a_CPPFLAGS = -I$(top_srcdir)/src
liblexer_a_CFLAGS = -std=c99 -pedantic -Werror -Wall -Wextra -Wvla
noinst_LIBRARIES = liblexer.a