From 70c7830ba36896408611083fc57fb3265b53357c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 23 Apr 2020 15:32:57 +0200 Subject: Fine builtins execution, now norme --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 286efe5..560f5bf 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ SRCS_NAME += ft_b_echo.c SRCS_NAME += ft_b_env.c SRCS_NAME += ft_b_exit.c SRCS_NAME += ft_b_export.c +SRCS_NAME += ft_e_builtin.c SRCS_NAME += ft_e_lcom.c SRCS_NAME += ft_f_fail.c SRCS_NAME += ft_m_funptr.c -- cgit v1.2.3