From 82b2fa3b5d726c99dbed0c2717f8ab9c415ac5f8 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 30 Oct 2019 20:58:53 +0100 Subject: changes --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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}) -- cgit v1.2.3