mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
11 lines
126 B
Makefile
Executable file
11 lines
126 B
Makefile
Executable file
<$PLAN9/src/mkhdr
|
|
|
|
LIB=libplumb.a
|
|
OFILES=\
|
|
event.$O\
|
|
fid.$O\
|
|
mesg.$O\
|
|
|
|
HFILES=$PLAN9/include/plumb.h
|
|
|
|
<$PLAN9/src/mksyslib
|