summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-22 21:55:05 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-22 21:55:05 +0200
commit9d643a31f647e48538e4ea4870b9f20f4a23882b (patch)
treecac63b18f9f37731c79b4b07d6f9fbbb8d21cc33 /Makefile
parentError handled (diff)
download42-minishell-9d643a31f647e48538e4ea4870b9f20f4a23882b.tar.gz
42-minishell-9d643a31f647e48538e4ea4870b9f20f4a23882b.tar.bz2
42-minishell-9d643a31f647e48538e4ea4870b9f20f4a23882b.tar.xz
42-minishell-9d643a31f647e48538e4ea4870b9f20f4a23882b.tar.zst
42-minishell-9d643a31f647e48538e4ea4870b9f20f4a23882b.zip
Fix but more to do
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75b0eac..1f559be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-default: debug
+default: msan
#==============================================================================#
#--------------------------------- SHELL --------------------------------------#
#==============================================================================#