norminette: split parse_command.c
This commit is contained in:
parent
f144aa5b6a
commit
6b2360ab6b
17 changed files with 622 additions and 411 deletions
3
Makefile
3
Makefile
|
|
@ -6,7 +6,8 @@ SRCS = src/
|
|||
INCLUDES = include/ libtf/ libft/
|
||||
# .c files in src/ without the extension
|
||||
CODE = main ask_command error path parse_command exec_command builtin \
|
||||
signals cool_readline
|
||||
signals cool_readline variables parse_command_utils \
|
||||
parse_command_read_string parse_command_read_element
|
||||
# directories to 'make'
|
||||
LIBRARIES = libtf libft
|
||||
# .a files to include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue