1 2 3 4 5 6 7 8 9
PROG=apl SRCS=main.c CFLAGS=-O0 -g # For debugging COPTS+=-Wall -Wextra -Werror -std=c23 -pedantic BINDIR=/usr/local/bin .include <bsd.prog.mk>