diff options
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 |