summaryrefslogtreecommitdiff
path: root/Makefile
blob: 0622fe21f545aaa38a154163292f5308bebee9f6 (plain) (blame)
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>