# See /usr/share/mk/bsd.README
PREFIX= /usr/local
BINDIR= ${PREFIX}/bin
PROGS= stroop-sq task-gen
SRCS_stroop-sq= stroop-sq.c xutils.c utils.c
SRCS_task-gen= task-gen.c
CFLAGS+=-I/usr/X11R6/include -I./include -I/usr/local/include
LDFLAGS+=-L/usr/X11R6/lib -L./lib -L/usr/local/lib
LDADD+=-lX11 -lswgysnd -lpthread -lSDL2
COPTS+= -Wall -O3
COPTS+= -Wextra -pedantic -std=c17
COPTS+= -Wstrict-prototypes -Wmissing-prototypes
COPTS+= -Wmissing-declarations
COPTS+= -Wshadow -Wpointer-arith -Wcast-qual
COPTS+= -Wsign-compare
.include <bsd.prog.mk>