This commit is contained in:
2025-08-21 18:58:27 -04:00
parent 592301d1f8
commit a59730f4d4
6 changed files with 37 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
PREFIX=/usr/bin/
CFLAGS=-ggdb -std=c23
CFLAGS=-Wall -Wextra -O2 --std=c23 -Wpedantic
LDFLAGS=
CC=gcc