summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-17 18:51:39 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-17 18:51:39 +0200
commit2a85044cd14e233015d323875749bf655ca3cb31 (patch)
treebe1531960438fe3fd291e161108ba49d0d332003 /Makefile
parentTODO update (diff)
download42-minishell-2a85044cd14e233015d323875749bf655ca3cb31.tar.gz
42-minishell-2a85044cd14e233015d323875749bf655ca3cb31.tar.bz2
42-minishell-2a85044cd14e233015d323875749bf655ca3cb31.tar.xz
42-minishell-2a85044cd14e233015d323875749bf655ca3cb31.tar.zst
42-minishell-2a85044cd14e233015d323875749bf655ca3cb31.zip
new files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54f85fc..fd897e0 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,7 @@ SRCS_NAME += m_comm
SRCS_NAME += m_funptr
SRCS_NAME += m_loop
SRCS_NAME += m_minishell
+SRCS_NAME += m_mshrc
SRCS_NAME += m_prompt
SRCS_NAME += m_redirs
SRCS_NAME += s_destroy