alias parsing

This commit is contained in:
2024-02-17 04:37:01 +01:00
parent e6fff0aec3
commit 7b5b5338a4
11 changed files with 129 additions and 29 deletions

View File

@ -6,11 +6,11 @@
# By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
# Updated: 2024/02/17 02:24:43 by marde-vr ### ########.fr #
# Updated: 2024/02/17 04:34:37 by tomoron ### ########.fr #
# #
# **************************************************************************** #
CC = clang
CC = cc
SRCS_RAW = main.c\
lst_cmd.c\
cd.c\
@ -24,6 +24,8 @@ SRCS_RAW = main.c\
debug.c\
env_to_char_tab.c\
parsing_var.c\
handle_alias.c\
lst_alias.c\
minishellrc.c
OBJS_DIR = objs/