summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-16 19:52:47 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-16 19:52:47 +0200
commitd64bf8070719f761201501c9453a8e255996cdd4 (patch)
treefe5a58da30e564575dbc542c101b3fd380d56ef3 /Makefile
parentTODO update (diff)
download42-minishell-d64bf8070719f761201501c9453a8e255996cdd4.tar.gz
42-minishell-d64bf8070719f761201501c9453a8e255996cdd4.tar.bz2
42-minishell-d64bf8070719f761201501c9453a8e255996cdd4.tar.xz
42-minishell-d64bf8070719f761201501c9453a8e255996cdd4.tar.zst
42-minishell-d64bf8070719f761201501c9453a8e255996cdd4.zip
In progress
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index deda04b..58d1437 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-default: all
+default: msan
#==============================================================================#
#--------------------------------- SHELL --------------------------------------#
#==============================================================================#