added alias struct

This commit is contained in:
mdev9
2024-02-17 02:32:28 +01:00
parent 4340621705
commit 22b79aa45f
4 changed files with 14 additions and 5 deletions

View File

@ -3,10 +3,10 @@
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
# Updated: 2024/02/16 22:26:51 by tomoron ### ########.fr #
# Updated: 2024/02/17 02:24:43 by marde-vr ### ########.fr #
# #
# **************************************************************************** #
@ -18,6 +18,7 @@ SRCS_RAW = main.c\
exec.c\
exit.c\
echo.c\
alias.c\
pwd.c\
parsing.c\
debug.c\