refactor(ast): one file per ast_type -- FINISHED
This commit is contained in:
parent
38f5a35885
commit
30df2993ee
10 changed files with 85 additions and 51 deletions
|
|
@ -3,6 +3,10 @@ lib_LIBRARIES = libutils.a
|
|||
libutils_a_SOURCES = \
|
||||
string_utils/string_utils.c \
|
||||
ast/ast.c \
|
||||
ast/ast_if.c \
|
||||
ast/ast_command.c \
|
||||
ast/ast_list.c \
|
||||
ast/ast_void.c \
|
||||
lists/lists.c \
|
||||
args/args.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue