summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e0ea0a..28ab638 100644
--- a/Makefile
+++ b/Makefile
@@ -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})