[ADD] signals handler *

also reorganize the code
This commit is contained in:
mcolonna 2024-06-18 15:43:22 +02:00
parent 435d06f3a9
commit 0898d3b79a
21 changed files with 454 additions and 151 deletions

View file

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