a bit of cleaning

This commit is contained in:
Tanguy MAZE
2019-01-27 17:38:59 +01:00
parent 98807eb6f8
commit 784e71d719
4 changed files with 83 additions and 67 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/11/22 14:43:33 by tmaze #+# #+# #
# Updated: 2019/01/15 15:11:04 by tmaze ### ########.fr #
# Updated: 2019/01/27 15:09:17 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -16,7 +16,7 @@ CCSTD :=
NAME := minishell
SRCS := main.c exec.c cmd_echo.c cmd_cd.c cmd_env.c cmd_setenv.c cmd_unsetenv.c ms_env.c
SRCS := main.c exec.c cmd_echo.c cmd_cd.c cmd_env.c cmd_setenv.c cmd_unsetenv.c ms_env.c ft_realpath.c
OBJS_DIR := objs
OBJS := $(SRCS:.c=.o)
INCLS := -Iincludes -Ilibft