summaryrefslogtreecommitdiff
path: root/sys/src/games/mines/mkfile
blob: 8f09c23abe05cb5d3b5f12ca71d1222d9a2e609b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
</$objtype/mkfile

TARG=mines

OFILES=\
	mines.$O \
	ghost.$O \
	gfx.$O \

HFILES=dat.h fns.h

BIN=/$objtype/bin/games

</sys/src/cmd/mkone