[FIX] export without arg
This commit is contained in:
parent
5b313a1f5c
commit
668bd06c17
4 changed files with 53 additions and 9 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 builtin2\
|
||||
CODE = main ask_command error path parse_command exec_command builtin builtin2 export_print\
|
||||
signals cool_readline variables parse_command_utils \
|
||||
parse_command_read_string parse_command_read_element variables_utils
|
||||
# directories to 'make'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue