summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28ab638..4834b20 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ SRCS = \
${SRCS_DIR}ft_echo.c \
${SRCS_DIR}ft_pwd.c \
${SRCS_DIR}ft_exec.c \
+ ${SRCS_DIR}ft_history.c \
OBJS_DIR = obj/
OBJS = $(patsubst ${SRCS_DIR}%.c,${OBJS_DIR}%.o,${SRCS})