moved env functions to libft

This commit is contained in:
Tanguy Maze
2019-12-25 11:45:05 +01:00
parent 2362474fd6
commit 8a421600f4
18 changed files with 320 additions and 203 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/03/27 16:51:02 by tmaze #+# #+# #
# Updated: 2019/10/31 14:05:15 by tmaze ### ########.fr #
# Updated: 2019/12/06 09:59:47 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -43,7 +43,6 @@ SRC = main.c \
cmd_cd.c \
cmd_echo.c \
ms_exec.c \
ms_env.c \
ms_ext.c
OBJ = $(SRC:.c=.o)