[ADD] echo

This commit is contained in:
joris schaft 2024-06-25 13:55:51 +02:00
parent 823c5b8ac8
commit 4af738e2ee
3 changed files with 46 additions and 2 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 \
CODE = main ask_command error path parse_command exec_command builtin echo_builtin\
signals cool_readline
# directories to 'make'
LIBRARIES = libtf libft