[ADD] signals handler *
also reorganize the code
This commit is contained in:
parent
435d06f3a9
commit
0898d3b79a
21 changed files with 454 additions and 151 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue