shlvl_init(), set SHLVL

+ export builtin small change
This commit is contained in:
LuckyLaszlo
2021-12-08 06:36:52 +01:00
parent bcc82aabaf
commit cee6a8962b
5 changed files with 61 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ LIBS = -L $(LIBFT_D) -lft \
LIBFT_D = ./libft
LIBFT = $(LIBFT_D)/libft.a
SRCS = main.c init.c free.c generic.c error_wrappers.c \
SRCS = main.c init.c retrieve_path.c free.c generic.c error_wrappers.c \
signals.c \
shell_loop.c shell_script.c \
lexing.c fill_token.c check_operators.c \