From aad2b809ad64ee653793e16ca3e7ba0a84d3fd2a Mon Sep 17 00:00:00 2001 From: sumuel Date: Sun, 7 Jun 2026 01:56:16 +0100 Subject: gcc not tcc, nobody has that --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b7b585e..e850d74 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -CC = tcc +CC = gcc all: -- cgit v1.2.3