summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p6.le-101.fr>2019-10-30 20:58:53 +0100
committerRudy Bousset <rbousset@z2r5p6.le-101.fr>2019-10-30 20:58:53 +0100
commit82b2fa3b5d726c99dbed0c2717f8ab9c415ac5f8 (patch)
tree50eabf3f9c3975d2a3ff204fd48cdfeab3cef861 /Makefile
parentwork work (diff)
download42-minishell-82b2fa3b5d726c99dbed0c2717f8ab9c415ac5f8.tar.gz
42-minishell-82b2fa3b5d726c99dbed0c2717f8ab9c415ac5f8.tar.bz2
42-minishell-82b2fa3b5d726c99dbed0c2717f8ab9c415ac5f8.tar.xz
42-minishell-82b2fa3b5d726c99dbed0c2717f8ab9c415ac5f8.tar.zst
42-minishell-82b2fa3b5d726c99dbed0c2717f8ab9c415ac5f8.zip
changes
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})