15 lines
1.1 KiB
Makefile
15 lines
1.1 KiB
Makefile
SRC_FILES = \
|
|
from_node/ast_free \
|
|
from_node/ast_free_scripting \
|
|
from_node/from_node \
|
|
not_done_function \
|
|
not_done_print \
|
|
print_ast/ast_print_command \
|
|
print_ast/ast_print_global \
|
|
print_ast/ast_print_node \
|
|
print_ast/ast_print_redirection \
|
|
print_ast/ast_print_subshell \
|
|
print_ast/helper_function_print \
|
|
print_ast/print_arithmetic \
|
|
print_ast/print_ast \
|
|
|