1 # $NetBSD: Makefile,v 1.7 2019/02/04 09:51:48 mrg Exp $
4 SRCS= answer.c draw.c driver.c execute.c expl.c \
5 extern.c makemaze.c shots.c support.c terminal.c
8 CPPFLAGS+=-I${.CURDIR}/../include
12 # Has fallthru comment that is missed
13 .if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc"
14 COPTS.shots.c+= -Wno-error=implicit-fallthrough
17 .include <bsd.prog.mk>