From c410cbc311af9f9e100d32af7c8e8c5c9179abe9 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 8 May 2023 21:51:11 -0600 Subject: [PATCH] gcc --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index c1434f2..54359aa 100644 --- a/config.mk +++ b/config.mk @@ -37,4 +37,4 @@ LDFLAGS = ${LIBS} #LDFLAGS = ${LIBS} # compiler and linker -CC = cc +CC = gcc