diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-08-26 18:44:24 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-08-26 18:44:24 +0200 |
commit | ad1f44c7ff032c3b20d493805e544cd70ed4bb89 (patch) | |
tree | ef5b2f5408646ec27e0503a69057c8ba6b8aff3b /Makefile | |
parent | handlesigw (diff) | |
download | 42-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |