15 lines
138 B
Makefile
15 lines
138 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
LIB=libmux.a
|
|
|
|
OFILES=\
|
|
io.$O\
|
|
mux.$O\
|
|
queue.$O\
|
|
thread.$O\
|
|
|
|
HFILES=\
|
|
$PLAN9/include/mux.h\
|
|
|
|
<$PLAN9/src/mksyslib
|
|
|