Files
yait/config.mak
2025-08-17 22:40:22 -04:00

5 lines
68 B
Makefile

PREFIX=/usr/bin/
CFLAGS=-Wall -Wextra -O2 --std=c23
LDFLAGS=
CC=gcc