From 33e1c26d86831da980679577f2014b27531d0693 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 8 May 2023 21:53:05 -0600 Subject: [PATCH] gcc --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 566348b..8be5ade 100644 --- a/config.mk +++ b/config.mk @@ -29,4 +29,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS) LDFLAGS = $(LIBS) # compiler and linker -CC = cc +CC = gcc