env to char tab et correction du .h

This commit is contained in:
2024-02-16 14:32:01 +01:00
parent 78ac4effc4
commit 98e3b5cfe2
4 changed files with 67 additions and 19 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/15 14:44:14 by tomoron ### ########.fr #
# Updated: 2024/02/16 14:26:43 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -21,6 +21,7 @@ SRCS = main.c\
pwd.c\
parsing.c\
debug.c\
env_to_char_tab.c\
parsing_var.c
OBJS = $(SRCS:.c=.o)