summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsumuel <yakub@yakubos.org>2026-06-07 01:56:16 +0100
committersumuel <yakub@yakubos.org>2026-06-07 01:56:16 +0100
commitaad2b809ad64ee653793e16ca3e7ba0a84d3fd2a (patch)
tree7e97f22c3ecfbcb7091e326a2fbc6ab33f78e770 /Makefile
parente16af887f56f88e7addf5733b9cf58850fd689bc (diff)
gcc not tcc, nobody has that
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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: