summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-23 16:51:23 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-23 16:51:23 +0200
commitb670d2474de9da94ea893182ff1269259d9a01fb (patch)
treeed5d78bb64788fcbe44b759d46104780440df560 /Makefile
parentNow searching in $PATH (diff)
download42-minishell-b670d2474de9da94ea893182ff1269259d9a01fb.tar.gz
42-minishell-b670d2474de9da94ea893182ff1269259d9a01fb.tar.bz2
42-minishell-b670d2474de9da94ea893182ff1269259d9a01fb.tar.xz
42-minishell-b670d2474de9da94ea893182ff1269259d9a01fb.tar.zst
42-minishell-b670d2474de9da94ea893182ff1269259d9a01fb.zip
PATH
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 82e9194..c08cabe 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ SRCS_NAME += ft_b_export.c
SRCS_NAME += ft_b_pwd.c
SRCS_NAME += ft_b_unset.c
SRCS_NAME += ft_e_builtins.c
+SRCS_NAME += ft_e_externs.c
SRCS_NAME += ft_e_lcom.c
SRCS_NAME += ft_f_fail.c
SRCS_NAME += ft_f_file.c