[ADD] parse_command()

This commit is contained in:
mcolonna 2024-04-24 14:49:32 +02:00
parent 24d8b38510
commit af6488534b
10 changed files with 225 additions and 13 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
CODE = main ask_command error path parse_command
# directories to 'make'
LIBRARIES = libtf libft
# .a files to include