feat(autotools): explainations in README

This commit is contained in:
Matteo Flebus 2026-01-09 14:27:27 +01:00
parent 65a033c5f6
commit b54488c17f
10 changed files with 35 additions and 43 deletions

View file

@ -1,4 +1,4 @@
lib_LIBRARIES = liblexer.a lib_asan_lexer.a
lib_LIBRARIES = liblexer.a
liblexer_a_SOURCES = \
lexer.c \
@ -6,6 +6,4 @@ liblexer_a_SOURCES = \
liblexer_a_CPPFLAGS = -I$(top_srcdir)/src
liblexer_a_CFLAGS = -std=c99 -pedantic -Werror -Wall -Wextra -Wvla
noinst_LIBRARIES = liblexer.a