AAAAAAAAAAAAAA

This commit is contained in:
Tom Moron
2024-02-15 17:03:05 +01:00
parent a91ff4750d
commit d209f7de5a
7 changed files with 63 additions and 18 deletions

View File

@ -6,7 +6,7 @@
# By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
# Updated: 2024/02/13 16:22:36 by marde-vr ### ########.fr #
# Updated: 2024/02/15 14:44:14 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -20,6 +20,7 @@ SRCS = main.c\
echo.c\
pwd.c\
parsing.c\
debug.c\
parsing_var.c
OBJS = $(SRCS:.c=.o)