add ask_command() and minishell_error()

This commit is contained in:
mcolonna 2024-04-23 16:02:01 +02:00
parent fa1301d41f
commit 2da8cbabdd
5 changed files with 82 additions and 17 deletions

View file

@ -3,9 +3,9 @@ NAME = minishell
# src directory
SRCS = src/
# include directory
INCLUDES = include/
INCLUDES = include/ libtf/
# .c files in src/ without the extension
CODE = main
CODE = main ask_command error
# directories to 'make'
LIBRARIES = libtf
# .a files to include