From 27ea0240a97d0745dda0f87940bfe5940f9c594c Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 30 Oct 2019 16:32:46 +0100 Subject: work work --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f441681..46fce04 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,10 @@ SRCS_DIR = src/ SRCS = \ ${SRCS_DIR}main.c \ ${SRCS_DIR}ft_process_arg.c \ + ${SRCS_DIR}ft_error.c \ ${SRCS_DIR}ft_echo.c \ - ${SRCS_DIR}ft_pwd.c + ${SRCS_DIR}ft_pwd.c \ + ${SRCS_DIR}ft_exit.c OBJS_DIR = obj/ OBJS = $(patsubst ${SRCS_DIR}%.c,${OBJS_DIR}%.o,${SRCS}) -- cgit v1.2.3