summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb85687..c319f3b 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ ifeq (${OS}, FreeBSD)
CC = cc
endif
ifeq (${OS}, Linux)
-CC = clang
+CC = gcc
endif
ifeq (${OS}, Darwin)
CC = cc