summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 19:14:01 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 19:14:01 +0200
commit426399f98b6cf68c2eee448de49ea091ac7a0562 (patch)
treee68f2f1ed1fca3bd54d7525d81f29e1bd6836703 /Makefile
parentRenormed m_loop (diff)
download42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.gz
42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.bz2
42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.xz
42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.zst
42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.zip
Normed m_loop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 380520b..ff72886 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-default: msan
+default: all
#==============================================================================#
#--------------------------------- SHELL --------------------------------------#
#==============================================================================#
@@ -54,6 +54,8 @@ SRCS_NAME += m_comm
SRCS_NAME += m_funptr
SRCS_NAME += m_init
SRCS_NAME += m_loop
+SRCS_NAME += m_loop_counter
+SRCS_NAME += m_loop_multis
SRCS_NAME += m_loop_next
SRCS_NAME += m_minishell
SRCS_NAME += m_mshrc