commit 7e199ee04d25833383b1903f8a81e0b97f88daed Author: Laslo Hunhold <[email protected]> AuthorDate: Mon Aug 14 00:06:26 2017 +0200 Commit: Laslo Hunhold <[email protected]> CommitDate: Mon Aug 14 00:06:26 2017 +0200
Don't default to clang
diff --git a/config.mk b/config.mk
index 0a7371c..d8f9f20 100644
--- a/config.mk
+++ b/config.mk
@@ -13,4 +13,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os
LDFLAGS = -s
# compiler and linker
-CC = clang
+CC = cc
