359dfc6cd4
and 1.3 as well.
14 lines
299 B
Makefile
14 lines
299 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/12/93
|
|
|
|
PROG= adventure
|
|
SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
|
|
MAN6= adventure.6
|
|
CFLAGS+=-traditional-cpp
|
|
HIDEGAME=hidegame
|
|
CLEANFILES+=setup data.c
|
|
|
|
data.c: glorkz setup
|
|
./setup ${.CURDIR}/glorkz > data.c
|
|
|
|
.include <bsd.prog.mk>
|