mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
14 lines
187 B
Text
14 lines
187 B
Text
default:V: $LIB
|
|
|
|
$LIB(%):N: %
|
|
$LIB: ${OFILES:%=$LIB(%)}
|
|
$AR rsc $LIB $newmember
|
|
|
|
&:n: &.$O
|
|
$AR rsc $LIB $stem.$O
|
|
|
|
all install:V: $LIB
|
|
|
|
CLEANFILES=$CLEANFILES $LIB
|
|
|
|
<$PLAN9/src/mkcommon
|