things
This commit is contained in:
parent
668bd06c17
commit
b6aed6ad78
4 changed files with 25 additions and 20 deletions
4
Makefile
4
Makefile
|
|
@ -5,8 +5,8 @@ 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 builtin2 export_print\
|
||||
signals cool_readline variables parse_command_utils \
|
||||
CODE = main ask_command error path parse_command exec_command builtin builtin2 \
|
||||
signals cool_readline variables parse_command_utils export_print_builtin \
|
||||
parse_command_read_string parse_command_read_element variables_utils
|
||||
# directories to 'make'
|
||||
LIBRARIES = libtf libft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue