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