Adding the file list

This commit is contained in:
Raphael (rparodi) 2024-07-30 17:58:58 +02:00
parent 255beb031b
commit c911ad463d
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
SRC_FILES = \ SRC_FILES = \
ast_alloc/ast_alloc \
ast_alloc/ast_alloc_scripting \
ast_free/ast_free \ ast_free/ast_free \
ast_free/ast_free_scripting \ ast_free/ast_free_scripting \
from_node/from_node \ from_node/from_node \

View file

@ -2,11 +2,11 @@ SRC_FILES = \
line \ line \
line_edit_actions \ line_edit_actions \
line_edit_actions2 \ line_edit_actions2 \
line_editing \
line_editing2 \
line_edit_mode \ line_edit_mode \
line_edit_mode_interal \ line_edit_mode_interal \
line_edit_mode_specific_key \ line_edit_mode_specific_key \
line_editing \
line_editing2 \
line_globals \ line_globals \
line_history \ line_history \
line_internals \ line_internals \