plan9port/src/mklib
2004-04-19 19:35:17 +00:00

14 lines
162 B
Plaintext

default:V: $LIB
$LIB: $OFILES
$AR rvc $LIB $newprereq
&:n: &.$O
$AR rvc $LIB $stem.$O
all install:V: $LIB
CLEANFILES=$CLEANFILES $LIB
<$PLAN9/src/mkcommon