beastie/config.mk
2026-03-16 02:41:26 -05:00

7 lines
145 B
Makefile

# beastie - build configuration, edit and recompile
PREFIX = /usr/local
CC = cc
CFLAGS = -O2 -Wall -Wextra -std=c99 -pedantic
LDFLAGS =