From 335ecbfd01fbf8958c455090a7a0146d60f385b0 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 5 Mar 2022 10:33:10 +0100 Subject: [PATCH] Forgot to switch back to cc --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index c95968c..848aef9 100644 --- a/config.mk +++ b/config.mk @@ -35,4 +35,4 @@ LDFLAGS = ${LIBS} #LDFLAGS = ${LIBS} # compiler and linker -CC = clang +CC = cc