diff options
| author | sumuel <yakub@yakubos.org> | 2026-06-07 01:56:16 +0100 |
|---|---|---|
| committer | sumuel <yakub@yakubos.org> | 2026-06-07 01:56:16 +0100 |
| commit | aad2b809ad64ee653793e16ca3e7ba0a84d3fd2a (patch) | |
| tree | 7e97f22c3ecfbcb7091e326a2fbc6ab33f78e770 /Makefile | |
| parent | e16af887f56f88e7addf5733b9cf58850fd689bc (diff) | |
gcc not tcc, nobody has that
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -CC = tcc +CC = gcc all: |