diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-30 17:27:33 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-30 17:27:33 +0200 |
commit | 25f16106a8f4e9be81d5f415783a0675580605bc (patch) | |
tree | bb3c96fda7d97c5d6a8fa056515756dd26d301a7 /libft | |
parent | yessaye (diff) | |
parent | BSD magick test (diff) | |
download | 42-minishell-25f16106a8f4e9be81d5f415783a0675580605bc.tar.gz 42-minishell-25f16106a8f4e9be81d5f415783a0675580605bc.tar.bz2 42-minishell-25f16106a8f4e9be81d5f415783a0675580605bc.tar.xz 42-minishell-25f16106a8f4e9be81d5f415783a0675580605bc.tar.zst 42-minishell-25f16106a8f4e9be81d5f415783a0675580605bc.zip |
Merge branch 'vars'
Diffstat (limited to 'libft')
-rw-r--r-- | libft/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libft/Makefile b/libft/Makefile index 85f063d..6803f66 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -120,11 +120,7 @@ OS = $(shell uname) #==============================================================================# #-------------------------------- Compiler ------------------------------------# #==============================================================================# -ifeq (${OS}, Linux) - CC = clang -else - CC = clang -endif +CC = clang #------------------------------------------------------------------------------# CFLAGS = -std=c89 CFLAGS += -Wall |