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