summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7164b95..ced56f2 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ ifeq (${OS}, FreeBSD)
CC = /usr/bin/cc
endif
ifeq (${OS}, Linux)
-CC = cc
+CC = clang
endif
ifeq (${OS}, Darwin)
CC = clang