file norming

This commit is contained in:
Tanguy MAZE
2020-02-01 16:02:38 +01:00
parent 2a2f5bd4d3
commit f0837247bd
11 changed files with 153 additions and 138 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/03/27 16:51:02 by tmaze #+# #+# #
# Updated: 2020/01/30 12:00:42 by tmaze ### ########.fr #
# Updated: 2020/02/01 15:54:10 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -44,7 +44,10 @@ SRC = main.c \
cmd_echo.c \
ms_exec.c \
ms_ext.c \
put_error_cd.c
put_error_cd.c \
ms_exec_utils.c \
def_env.c \
check_path_slash_cd.c
OBJ = $(SRC:.c=.o)