[FIX] fixed the cd builtin

This commit is contained in:
joris schaft 2024-06-28 11:24:29 +02:00
parent a0f6ecb7a6
commit d72d88bded
5 changed files with 64 additions and 29 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 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