dconschat(8): Fix -Wmisleading-indentation.
[dragonfly.git] / games / backgammon / teachgammon / Makefile
blob06582d15d8119aefd6b6064e3a580a34e66152d1
1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3 PROG= teachgammon
4 NOMAN= noman
5 CFLAGS+=-DTEACHGAMMON_TEXT -I${.CURDIR}/../common_source
6 SRCS= allow.c board.c check.c data.c fancy.c init.c odds.c one.c save.c \
7 subs.c table.c teach.c ttext1.c ttext2.c tutor.c
8 GAMESCURSES=
10 .PATH: ${.CURDIR}/../common_source
12 # XXX: mismatches between types for static init
13 init.o: init.c
14 ${CC} ${CFLAGS:N-flto} -c -o ${.TARGET} ${.IMPSRC}
16 .include "../../Makefile.inc"
17 .include <bsd.prog.mk>