variables d'environnement dans le parsing
This commit is contained in:
8
Makefile
8
Makefile
@ -6,14 +6,18 @@
|
||||
# By: tomoron <marvin@42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
|
||||
# Updated: 2024/02/06 22:07:47 by tomoron ### ########.fr #
|
||||
# Updated: 2024/02/08 16:18:42 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
CC = cc
|
||||
|
||||
SRCS = main.c\
|
||||
ft_lst_cmd.c
|
||||
ft_lst_cmd.c\
|
||||
ft_lst_env.c\
|
||||
ft_exec.c\
|
||||
ft_exit.c\
|
||||
ft_echo.c
|
||||
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
|
||||
|
Reference in New Issue
Block a user