1
0
Fork 0
mirror of https://github.com/9fans/plan9port.git synced 2025-01-18 11:30:03 +00:00
plan9port/src/libhtml/mkfile
rsc 650deb7980 Make libhtml, htmlfmt build.
Thanks to wkj for doing all the hard work.
2004-04-08 19:36:35 +00:00

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