fix errors. Remaining errors:
- segfault when empty command - doesn't wait for the end of the command before prompting
This commit is contained in:
parent
6066d0529b
commit
7df3184578
7 changed files with 35 additions and 33 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue