fix errors. Remaining errors:

- segfault when empty command
- doesn't wait for the end of the command before prompting
This commit is contained in:
mcolonna 2024-04-25 18:15:37 +02:00
parent 6066d0529b
commit 7df3184578
7 changed files with 35 additions and 33 deletions

View file

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