merge
This commit is contained in:
commit
368b46e82c
6 changed files with 52 additions and 28 deletions
4
Makefile
4
Makefile
|
|
@ -5,9 +5,9 @@ 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 builtin2\
|
||||
signals cool_readline variables parse_command_utils \
|
||||
parse_command_read_string parse_command_read_element echo_builtin
|
||||
parse_command_read_string parse_command_read_element
|
||||
# directories to 'make'
|
||||
LIBRARIES = libtf libft
|
||||
# .a files to include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue