16 lines
167 B
Makefile
16 lines
167 B
Makefile
<$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
|