]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - adventure/Makefile
Adventure(6) should check for errors (e.g. disk full or quota
[bsdgames-darwin.git] / adventure / Makefile
1 # $NetBSD: Makefile,v 1.7 1998/08/01 23:02:35 hubertf Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/12/93
3
4 PROG= adventure
5 SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
6 MAN= adventure.6
7 HIDEGAME=hidegame
8 CLEANFILES+=setup data.c
9
10 data.c: glorkz setup
11 ${.OBJDIR}/setup ${.CURDIR}/glorkz > data.c
12
13 setup: setup.c hdr.h
14 ${HOST_CC} -o setup ${.CURDIR}/setup.c
15
16 .include <bsd.prog.mk>