[ADD] cd builtin

This commit is contained in:
joris schaft 2024-06-03 14:32:45 +02:00
parent b103e605c3
commit d3fdd3bbf6
5 changed files with 68 additions and 5 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
CODE = main ask_command error path parse_command exec_command builtin
# directories to 'make'
LIBRARIES = libtf libft
# .a files to include