diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,9 +16,10 @@ SRCS = \ ${SRCS_DIR}main.c \ ${SRCS_DIR}ft_process_arg.c \ ${SRCS_DIR}ft_error.c \ + ${SRCS_DIR}ft_exit.c \ ${SRCS_DIR}ft_echo.c \ ${SRCS_DIR}ft_pwd.c \ - ${SRCS_DIR}ft_exit.c + ${SRCS_DIR}ft_exec.c \ OBJS_DIR = obj/ OBJS = $(patsubst ${SRCS_DIR}%.c,${OBJS_DIR}%.o,${SRCS}) |