aboutsummaryrefslogtreecommitdiff
path: root/src/libhtml/mkfile
blob: 7496d8307031907538c05610782b1d1a10b957c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<$PLAN9/src/mkhdr

LIB=libhtml.a

OFILES=\
	build.$O\
	lex.$O\
	strinttab.$O\
	utils.$O\
	runetab.$O\

HFILES=\
	$PLAN9/include/html.h\
	impl.h\

<$PLAN9/src/mksyslib