aboutsummaryrefslogtreecommitdiff
path: root/mkfile
blob: 22f6400e712cc682215eab1464b9f5ee3c782a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
</$objtype/mkfile

MAN=/sys/man/1
BIN=/$objtype/bin/games
TARG=\
	bts\
	btsd\

OFILES=\
	alloc.$O\
	parse.$O\
	util.$O\
	menulist.$O\
	mixer.$O\

HFILES=\
	dat.h\
	fns.h\
	mixer.h\

</sys/src/cmd/mkmany

ohman:V:
	cp bts.man $MAN/battleship

install:V: ohman

uninstall:V:
	for(i in $TARG)
		rm -f $BIN/$i
	rm -f $MAN/battleship