summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSalad <water_appreciator@protonmail.com>2020-12-04 21:40:49 +0100
committerSalad <water_appreciator@protonmail.com>2020-12-04 21:40:49 +0100
commit46f8585e463d1617bb120894afaec7f51cf85153 (patch)
treeed4dc8f3c8a719de3fc54a6c228cfc0fdf2653c9 /Makefile
parentfix (diff)
download42-minishell-46f8585e463d1617bb120894afaec7f51cf85153.tar.gz
42-minishell-46f8585e463d1617bb120894afaec7f51cf85153.tar.bz2
42-minishell-46f8585e463d1617bb120894afaec7f51cf85153.tar.xz
42-minishell-46f8585e463d1617bb120894afaec7f51cf85153.tar.zst
42-minishell-46f8585e463d1617bb120894afaec7f51cf85153.zip
gnu c compiler compatible
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb85687..c319f3b 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ ifeq (${OS}, FreeBSD)
CC = cc
endif
ifeq (${OS}, Linux)
-CC = clang
+CC = gcc
endif
ifeq (${OS}, Darwin)
CC = cc