minishell/ast/Filelist.ast.mk
2024-08-07 14:27:29 +02:00

26 lines
2 KiB
Makefile

SRC_FILES = \
ast_alloc/ast_alloc \
ast_alloc/ast_alloc_scripting \
ast_free/ast_free \
ast_free/ast_free_scripting \
from_node/arithmetic_node2 \
from_node/artihmetic_node \
from_node/boucle_node \
from_node/condition_node \
from_node/expansion_node \
from_node/from_node \
from_node/node_utils \
from_node/node_utils2 \
from_node/redirect_node \
from_node/scripting_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 \