mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-18 11:30:03 +00:00
650deb7980
Thanks to wkj for doing all the hard work.
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
|