diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}) |