This commit is contained in:
mcolonna 2024-06-27 15:55:32 +02:00
commit 7c92b7fe56
5 changed files with 50 additions and 6 deletions

View file

@ -7,7 +7,7 @@ INCLUDES = include/ libtf/ libft/
# .c files in src/ without the extension
CODE = main ask_command error path parse_command exec_command builtin \
signals cool_readline variables parse_command_utils \
parse_command_read_string parse_command_read_element
parse_command_read_string parse_command_read_element echo_builtin
# directories to 'make'
LIBRARIES = libtf libft
# .a files to include