add ask_command() and minishell_error()
This commit is contained in:
parent
fa1301d41f
commit
2da8cbabdd
5 changed files with 82 additions and 17 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue