Cross Reference: Makefile
xref: /src/games/adventure/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/adventure/
Makefile revision 1.1
1#	@(#)Makefile	8.1 (Berkeley) 6/12/93
2
3PROG=	adventure
4SRCS=	main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
5MAN6=	adventure.0
6CFLAGS+=-traditional-cpp
7HIDEGAME=hidegame
8CLEANFILES+=setup data.c
9
10data.c: glorkz setup
11	./setup ${.CURDIR}/glorkz > data.c
12
13setup: setup.c hdr.h
14	${CC} -o setup ${.CURDIR}/setup.c
15
16.include <bsd.prog.mk>
17

Indexes created Sat Dec 20 21:09:36 GMT 2025