14 lines
1 KiB
Makefile
14 lines
1 KiB
Makefile
SRC_FILES = \
|
|
ast_alloc/ast_alloc \
|
|
ast_alloc/ast_alloc_scripting \
|
|
ast_free/ast_free \
|
|
ast_free/ast_free_scripting \
|
|
print_ast/ast_print \
|
|
print_ast/ast_print_arithmetic \
|
|
print_ast/ast_print_command \
|
|
print_ast/ast_print_global \
|
|
print_ast/ast_print_helper_function \
|
|
print_ast/ast_print_node \
|
|
print_ast/ast_print_redirection \
|
|
print_ast/ast_print_subshell \
|
|
|