diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-04-28 17:35:37 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-04-28 17:35:37 +0200 |
commit | 54d9c42870ba7b7c3380c146d549d9173e68d718 (patch) | |
tree | 69ff746c6817b5f19b9d3760921589215179a12f /libft | |
parent | sneaky segv, onto backslashes (diff) | |
download | 42-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')
-rw-r--r-- | libft/Makefile | 2 |
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 |