blob: d455958a858cc1f73f94b5bd46cdfe8de29791c4 (
plain)
1
2
3
4
5
6
|
lib_LIBRARIES = libast.a
libast_a_SOURCES = ast.c ast.h
libast_a_CPPFLAGS = -I$(top_srcdir)/src
libast_a_CFLAGS = -std=c99 -Werror -Wall -Wextra -Wvla -pedantic
noinst_LIBRARIES = libast.a
|