9 lines
148 B
Makefile
9 lines
148 B
Makefile
lib_LIBRARIES = liblexer.a
|
|
|
|
liblexer_a_SOURCES = \
|
|
lexer.c \
|
|
lexer.h
|
|
|
|
liblexer_a_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
noinst_LIBRARIES = liblexer.a
|