PREFIX = /usr/local CC = musl-gcc CFLAGS = -std=c99 -Wextra -Wall -Os -fhardened LDFLAGS = -s -static