added function to transform env entry into list element

This commit is contained in:
Tanguy MAZE
2019-01-08 18:34:22 +01:00
parent 1edfe5167f
commit 2793aed4e5
4 changed files with 44 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/11/22 14:43:33 by tmaze #+# #+# #
# Updated: 2018/11/28 14:55:43 by tmaze ### ########.fr #
# Updated: 2019/01/07 18:06:46 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -16,7 +16,7 @@ CCSTD :=
NAME := minishell
SRCS := main.c exec.c cmd_echo.c
SRCS := main.c exec.c cmd_echo.c cmd_cd.c
OBJS_DIR := objs
OBJS := $(addprefix $(OBJS_DIR)/, $(SRCS:.c=.o))
INCLS := -Iincludes -Ilibft