minishell/ast/Filelist.ast.mk
2024-10-06 15:34:58 +02:00

34 lines
2.6 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/dev_node \
from_node/exec_node \
from_node/expansion_node \
from_node/file_node \
from_node/from_node \
from_node/node_utils \
from_node/node_utils2 \
from_node/node_utils3 \
from_node/other_node \
from_node/redirect_node \
from_node/scripting_node \
from_node/string_node \
_here_doc \
_not_done_boucle_print \
_not_done_function \
_not_done_scripting_print \
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 \