[ADD] echo
This commit is contained in:
parent
823c5b8ac8
commit
4af738e2ee
3 changed files with 46 additions and 2 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 \
|
||||
CODE = main ask_command error path parse_command exec_command builtin echo_builtin\
|
||||
signals cool_readline
|
||||
# directories to 'make'
|
||||
LIBRARIES = libtf libft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue