summaryrefslogtreecommitdiffstats
path: root/libft/Makefile
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-04-28 17:35:37 +0200
committersalad <fmoenne-@student.le-101.fr>2020-04-28 17:35:37 +0200
commit54d9c42870ba7b7c3380c146d549d9173e68d718 (patch)
tree69ff746c6817b5f19b9d3760921589215179a12f /libft/Makefile
parentsneaky segv, onto backslashes (diff)
download42-minishell-54d9c42870ba7b7c3380c146d549d9173e68d718.tar.gz
42-minishell-54d9c42870ba7b7c3380c146d549d9173e68d718.tar.bz2
42-minishell-54d9c42870ba7b7c3380c146d549d9173e68d718.tar.xz
42-minishell-54d9c42870ba7b7c3380c146d549d9173e68d718.tar.zst
42-minishell-54d9c42870ba7b7c3380c146d549d9173e68d718.zip
ptin de invalid read
Diffstat (limited to 'libft/Makefile')
-rw-r--r--libft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/Makefile b/libft/Makefile
index 858e90b..85f063d 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -121,7 +121,7 @@ OS = $(shell uname)
#-------------------------------- Compiler ------------------------------------#
#==============================================================================#
ifeq (${OS}, Linux)
- CC = gcc
+ CC = clang
else
CC = clang
endif