summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-18 17:37:43 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-18 17:37:43 +0200
commit0872d876f187a30b63062f77c17b8e78296b0557 (patch)
tree1a85d6c9629335592a6d1bb8a5dda5214cde27be /Makefile
parentUpdated TODO (diff)
download42-minishell-0872d876f187a30b63062f77c17b8e78296b0557.tar.gz
42-minishell-0872d876f187a30b63062f77c17b8e78296b0557.tar.bz2
42-minishell-0872d876f187a30b63062f77c17b8e78296b0557.tar.xz
42-minishell-0872d876f187a30b63062f77c17b8e78296b0557.tar.zst
42-minishell-0872d876f187a30b63062f77c17b8e78296b0557.zip
Handled execve fail
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd897e0..6847b2a 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ SRCS_NAME += f_alloc
SRCS_NAME += f_chdir
SRCS_NAME += f_com
SRCS_NAME += f_errno
+SRCS_NAME += f_exec
SRCS_NAME += f_fail
SRCS_NAME += f_file
SRCS_NAME += f_redir