PROG=apl SRCS=main.c CFLAGS=-O0 -g # For debugging COPTS+=-Wall -Wextra -Werror -std=c23 -pedantic BINDIR=/usr/local/bin .include