xref: /plan9/sys/src/cmd/htmlfmt/mkfile (revision d9306527b4a7229dcf0cf3c58aed36bb9da82854)
1</$objtype/mkfile
2
3TARG=htmlfmt
4OFILES=\
5	main.$O\
6	html.$O\
7	util.$O\
8
9HFILES=\
10	dat.h\
11	/sys/include/html.h\
12
13LIB=
14
15BIN=/$objtype/bin
16
17UPDATE=\
18	mkfile\
19	$HFILES\
20	${OFILES:%.$O=%.c}\
21	${TARG:%=/386/bin/%}\
22
23</sys/src/cmd/mkone
24
25CFLAGS=$CFLAGS
26
27$O.out: $OFILES
28	$LD -o $target  $LDFLAGS $OFILES
29