refactor: moved ast module to utils
This commit is contained in:
parent
0f484b371b
commit
3e66d4b959
3 changed files with 0 additions and 0 deletions
11
src/utils/ast/Makefile.am
Normal file
11
src/utils/ast/Makefile.am
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
lib_LIBRARIES = libast.a
|
||||
|
||||
libast_a_SOURCES = \
|
||||
ast.c \
|
||||
ast.h
|
||||
|
||||
libast_a_CPPFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
libast_a_CFLAGS = -std=c99 -pedantic -Werror -Wall -Wextra -Wvla
|
||||
|
||||
noinst_LIBRARIES = libast.a
|
||||
Loading…
Add table
Add a link
Reference in a new issue