[FIX] fixed the cd builtin
This commit is contained in:
parent
a0f6ecb7a6
commit
d72d88bded
5 changed files with 64 additions and 29 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 exec_command builtin echo_builtin\
|
||||
CODE = main ask_command error path parse_command exec_command builtin builtin2\
|
||||
signals cool_readline
|
||||
# directories to 'make'
|
||||
LIBRARIES = libtf libft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue