summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-08-26 18:44:24 +0200
committersalad <fmoenne-@student.le-101.fr>2020-08-26 18:44:24 +0200
commitad1f44c7ff032c3b20d493805e544cd70ed4bb89 (patch)
treeef5b2f5408646ec27e0503a69057c8ba6b8aff3b /Makefile
parenthandlesigw (diff)
download42-minishell-ad1f44c7ff032c3b20d493805e544cd70ed4bb89.tar.gz
42-minishell-ad1f44c7ff032c3b20d493805e544cd70ed4bb89.tar.bz2
42-minishell-ad1f44c7ff032c3b20d493805e544cd70ed4bb89.tar.xz
42-minishell-ad1f44c7ff032c3b20d493805e544cd70ed4bb89.tar.zst
42-minishell-ad1f44c7ff032c3b20d493805e544cd70ed4bb89.zip
s**** f*****
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29f8d96..0524861 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ SRCS_NAME += b_export_mute
SRCS_NAME += b_pwd
SRCS_NAME += b_type
SRCS_NAME += b_unset
+SRCS_NAME += c_init
SRCS_NAME += e_builtins
SRCS_NAME += e_externs
SRCS_NAME += e_externs_next
@@ -86,7 +87,7 @@ ifeq (${OS}, FreeBSD)
CC = /usr/bin/cc
endif
ifeq (${OS}, Linux)
-CC = /usr/bin/clang-9
+CC = clang
endif
ifeq (${OS}, Darwin)
CC = clang